How to install pawn-3.2.3664_patches - 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: How to install pawn-3.2.3664_patches (
/showthread.php?tid=365313)
How to install pawn-3.2.3664_patches -
Gumica - 02.08.2012
Hello,
as I was looking in Zeex's github, I found his patches for pawn, so I followed it but I don't know how to build the compiler?
Is there any tutorial how can I do that or something?
Link to the patches:
https://github.com/Zeex/pawn-3.2.3664_patches
Re: How to install pawn-3.2.3664_patches -
Stigg - 02.08.2012
And at the bottom of your supplied link is a guide.
Instructions:
1) download
http://www.compuphase.com/pawn/pawn-3.2.3664.zip
2) unzip pawn-3.2.3664.zip somewhere
3) clone this repo: git clone git://github.com/Zeex/pawn-3.2.3664_patches.git
4) cd to pawn-3.2.3664_patches
5) run ./apply_all.sh path/to/SOURCE (e.g. C:\pawn-3.2.3664\SOURCE)
6) finally, build the compiler
Re: How to install pawn-3.2.3664_patches -
Gumica - 02.08.2012
I don't understand these steps:
Код:
5) run ./apply_all.sh path/to/SOURCE (e.g. C:\pawn-3.2.3664\SOURCE)
6) finally, build the compiler
How can I run .sh file?
Re: How to install pawn-3.2.3664_patches -
Gumica - 02.08.2012
Well, I'm currently using windows, haven't worked on Linux so I don't know it, but can someone do it for me, so I can use these patches, I meant I want this patch just because of line limit which is 4095 instead of 512, am I right?