prawn
v0.1.0
Published
Pre-compiler for the Pawn language. Made for SA-MP scripting.
Downloads
211
Readme
Prawn
Pre-compiler for the Pawn language. Made for SA-MP scripting.
Getting started
Windows
- Install Node.js.
- Open the Node.js command prompt.
- Run
npm install -g prawn
to install Prawn globally (you might need to do this with admin rights). - Use
prawn
in your command-line interface.
UNIX
- Install Node.js.
- Install Wine.
- Install winetricks.
- Run
winetricks vcrun2005 vcrun2010
to install the necessary runtimes. - Run
npm install -g prawn
to install Prawn globally (you might need to run it withsudo
, depending on your configuration). - Use
prawn
in your command-line interface.