11.03.2017, 17:24
I always used
Most of the time it worked fine as i can remember, if that didnt work i remember using
Also what version of Ubuntu and if its a fork what fork? Different major versions have different package repositories.
You probably already checked these page but i will post it here just in case
http://scholtyssek.org/blog/2015/06/...on-ubuntumint/
Just pay attention to symbolic link as that is one of the things that gives me a headache all the time. (For example a year ago node.js changed their symlink in some dir, and half the things stopped working)
Код:
sudo apt-get install build-essential
pawn Код:
sudo apt-get install gcc
sudo apt-get install g++
You probably already checked these page but i will post it here just in case
http://scholtyssek.org/blog/2015/06/...on-ubuntumint/
Just pay attention to symbolic link as that is one of the things that gives me a headache all the time. (For example a year ago node.js changed their symlink in some dir, and half the things stopped working)