[Tutorial] How to compile plugins for Linux
#5

Quote:
Originally Posted by DRIFT_HUNTER
Посмотреть сообщение
I would not suggest installing compilers that way since it could be pain in the ass to update if needed. Just use:
pawn Код:
sudo apt-get install build-essential
That will install make, gcc, g++, dpkg-dev. Most of the time that is all you will ever need. Since its a single line you can also get rid of it very easy, with just one line.

Also for git clone, add --depth 1. We dont need whole repository history. But then again i always use wget and one of the releases because they are the ones considered stable.
Thanks for the advices.

sudo apt-get install build-essential - for me this didn't worked, it only installs GCC 4.8 or 4.9.2 on debian which is horribly outdated.
Reply


Messages In This Thread
How to compile plugins for Linux - by kurta999 - 16.04.2017, 10:36
Re: How to compile plugins for Linux - by JustMe.77 - 16.04.2017, 13:21
Re: How to compile plugins for Linux - by Salik - 16.04.2017, 13:40
Re: How to compile plugins for Linux - by DRIFT_HUNTER - 16.04.2017, 15:59
Re: How to compile plugins for Linux - by kurta999 - 16.04.2017, 16:19
Re: How to compile plugins for Linux - by DRIFT_HUNTER - 16.04.2017, 17:09
Re: How to compile plugins for Linux - by TheBlade - 20.04.2017, 16:43
Re: How to compile plugins for Linux - by semen7907 - 08.07.2017, 16:46

Forum Jump:


Users browsing this thread: 1 Guest(s)