Posts: 1,506
Threads: 13
Joined: Jun 2015
Quote:
Originally Posted by PeanutButter
Installing the compiler
- Go to Tools>Build System>New Build System
- Replace the code with this code:
Code:
{
"cmd": ["pawncc.exe", "-i includes", "$file", "-;+"],
"path": "C:/path/to/pawno/folder"
}
- You have to change the path to the folder containing pawncc.exe (e.g. "C:/Users/Name/Desktop/MyServer/pawno"), make sure the slashes from your path are / and not \.
- Save the file (remember the name) and close the tab
- Restart the program
- Set your build system: Tools>Build System>name you chose
- You can now press Ctrl+B to compile the the code.
Congratulations, you're done
|
I successfully completed the first five steps but, there's no Pawn/ Pawno in the build system list