Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.02 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.02 KB

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 cmake

install 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 update

if cmake is installed:

sudo apt-get upgrade cmake

if cmake is not installed:

sudo apt-get install cmake

how to build:

install the dependencies (above).

navigate to the base directory (usually ~/become-a-pro).

run command:

cmake .

run command:

make

rename settings-example.cfg to settings.cfg and modify settings to your liking.

run become-a-pro as super user:

sudo ./become-a-pro

NOTE: please make sure you have settings.cfg in the same directory as the terminal's cd, otherwise you will experience problems with libconfig.