this is a cheat for the 64 bit linux csgo (tested on ubuntu 14.04, 16.04, and 17.04)
install additional dependencies:
apt-get install libboost-all-dev libx11-dev libx11-dev:i386 libxtst-dev libconfig++-dev build-essential cmakeinstall updated cmake:
cmake --version if your cmake is version 3 or higher you can skip this step:
sudo add-apt-repository ppa:george-edison55/cmake-3.x
sudo apt-get updateif cmake is installed:
sudo apt-get upgrade cmakeif cmake is not installed:
sudo apt-get install cmakehow to build:
install the dependencies (above).
navigate to the base directory (usually ~/become-a-pro).
run command:
cmake .run command:
makerename settings-example.cfg to settings.cfg and modify settings to your liking.
run become-a-pro as super user:
sudo ./become-a-proNOTE: please make sure you have settings.cfg in the same directory as the terminal's cd, otherwise you will experience problems with libconfig.