0.1.0 • Published 11 years ago

prawn v0.1.0

Weekly downloads
8
License
-
Repository
github
Last release
11 years ago

Prawn

Pre-compiler for the Pawn language. Made for SA-MP scripting.

Getting started

Windows

  1. Install Node.js.
  2. Open the Node.js command prompt.
  3. Run npm install -g prawn to install Prawn globally (you might need to do this with admin rights).
  4. Use prawn in your command-line interface.

UNIX

  1. Install Node.js.
  2. Install Wine.
  3. Install winetricks.
  4. Run winetricks vcrun2005 vcrun2010 to install the necessary runtimes.
  5. Run npm install -g prawn to install Prawn globally (you might need to run it with sudo, depending on your configuration).
  6. Use prawn in your command-line interface.