[Server] How to compile a GM on linux? - Printable Version + open.mp forum (https://forum.open.mp) -- Forum: SA-MP (https://forum.open.mp/forumdisplay.php?fid=3) --- Forum: Support (https://forum.open.mp/forumdisplay.php?fid=12) --- Thread: [Server] How to compile a GM on linux? (/showthread.php?tid=2214) |
How to compile a GM on linux? - hiwyn - 2021-09-18 How to compile a GM on linux? Is it possible to do on VSCODE? RE: How to compile a GM on linux? - hiwyn - 2021-09-21 is it possible to compile on terminal or something? RE: How to compile a GM on linux? - Kwarde - 2021-09-22 Quote:How to compile a GM on linux? With pawncc like usually: https://github.com/pawn-lang/compiler/releases Quote:Is it possible to do on VSCODE? Yes Quote:is it possible to compile on terminal or something? Yes. RE: How to compile a GM on linux? - Awide - 2021-09-22 You can also use sampctl on linux. RE: How to compile a GM on linux? - hiwyn - 2021-09-28 i've download: https://github.com/pawn-lang/compiler/releases 3.10.10 Code: cd ~/Downloads/pawnc-3.10.10-linux/bin but now, how to use it? i don't get with Code: hiwyn@hwn:~/Documents/sampserver$ pawncc Code: pawncc cd gamemodes && pawncc new.pwn Code: Pawn compiler 3.10.10 Copyright (c) 1997-2006, ITB CompuPhase how should i put where is my libs? how should i make it to work in vscode? |