Skip to content

Commit

Permalink
Final
Browse files Browse the repository at this point in the history
  • Loading branch information
SoroushMazloum committed Feb 1, 2024
1 parent 6dd68e0 commit 3858bd1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
9 changes: 8 additions & 1 deletion MakeInstall
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo apt update
sudo apt upgrade
sudo apt install -y qtcreator qtbase5-dev qt5-qmake cmake build-essential libboost-all-dev autoconf automake libtool doxygen graphviz g++ autotools-dev libicu-dev libbz2-dev flex bison libfontconfig1-dev libaudio-dev libxt-dev libglib2.0-dev libxi-dev libxrender-dev python3 python3-pip python3-setuptools python3-numpy python3-matplotlib python-dev-is-python3


rm SS2D -rf
mkdir SS2D

cd SS2D
Expand All @@ -29,6 +29,13 @@ make -j12
sudo make install
sudo ldconfig
cd ..
cd /etc/
sudo echo "/usr/local/lib" | cat >> ld.so.conf
sudo echo "/usr/local/share" | cat >> ld.so.conf
sudo echo "/src/.libs" | cat >> ld.so.conf

cd
cd ~/SS2D_All_Requirements_Installer/SS2D

cd soccerwindow2
chmod 777 *
Expand Down
1 change: 1 addition & 0 deletions SS2D/librcsc
Submodule librcsc added at 19175f
1 change: 1 addition & 0 deletions SS2D/rcssserver
Submodule rcssserver added at f99d59
1 change: 1 addition & 0 deletions SS2D/soccerwindow2
Submodule soccerwindow2 added at a917da

0 comments on commit 3858bd1

Please sign in to comment.