SA-MP Forums Archive
Compiler for Ubuntu - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Compiler for Ubuntu (/showthread.php?tid=660667)



Compiler for Ubuntu - Mo123 - 09.11.2018

Any?


Re: Compiler for Ubuntu - Banditul18 - 09.11.2018

https://github.com/pawn-lang/compiler/releases
Guess the linux version works on ubuntu


Re: Compiler for Ubuntu - Mo123 - 09.11.2018

Quote:
Originally Posted by Banditul18
Посмотреть сообщение
https://github.com/pawn-lang/compiler/releases
Guess the linux version works on ubuntu
idk how to install it. I mean, I downloaded the linux version and dragged the two folders to the scripting folder but it didn't open.


Re: Compiler for Ubuntu - Banditul18 - 10.11.2018

Quote:
Originally Posted by Mo123
Посмотреть сообщение
idk how to install it. I mean, I downloaded the linux version and dragged the two folders to the scripting folder but it didn't open.
Ohh you mean text editor to edit the scripts. Welp, you can use Visual Studio Code but i dont know how to setup it on linux.
Sadly the pawno editor is not working on linux/mac only the compiler


Re: Compiler for Ubuntu - SyS - 10.11.2018

Quote:
Originally Posted by Mo123
Посмотреть сообщение
idk how to install it. I mean, I downloaded the linux version and dragged the two folders to the scripting folder but it didn't open.
Write the code in any editor you want and run the compiler in your shell (adding the binary to PATH could be useful).Also many editors can be configured to bind these compiler calls to a key.


Re: Compiler for Ubuntu - Mo123 - 10.11.2018

I'll try that.

Is it also possible to open the samp03svr itself rather than running it through terminal?