25.06.2015, 09:09
Код:
git clone --recursive https://github.com/pBlueG/SA-MP-MySQL.gi...6383723git checkout tags/R39-3 git submodule update cd boost_1_57_0/ sudo bash bootstrap.sh --prefix=/usr/local --with-libraries=system,chrono,thread,date_time,atomic,filesystem sudo ./b2 variant=release link=static threading=multi address-model=32 runtime-link=shared -j2 -d0 install cd .. sudo ldconfig make
To compile the master branch, those commands stay mostly the same. Just remove the second and third command ("git checkout" and "git submodule") and execute these before "make":
Код:
mkdir build cd build cmake ..