16.04.2017, 16:19
Quote:
I would not suggest installing compilers that way since it could be pain in the ass to update if needed. Just use:
pawn Код:
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. |
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.