-
Notifications
You must be signed in to change notification settings - Fork 4
build_linux
Satoshi edited this page Jan 24, 2018
·
6 revisions
Qtをインストールして
シェルスクリプト叩くだけでできます
apt-get install libqt4-core libqt4-dev libqt4-gui qt4-dev-toolsgit clone https://github.com/satoshishimada/game_monitor.git
cd game_monitor
./qt_make.sh
ln -s build/GameMonitor ./GameMonitorビルドする前にコンパイラをgcc 4.8にする設定が必要
add-apt-repository ppa:ubuntu-toolchain-r/test
apt-get update
apt-get install gcc-4.8 g++-4.8
update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20