Credit: based off Robby Russell's theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# First get the scroom repository | |
if [ ! -d "scroom" ]; then | |
# Fetch all required packages on clone too | |
sudo apt update | |
sudo apt upgrade | |
sudo apt install git libboost-test-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libgtest-dev google-mock libcairo2-dev libglade2-dev libglib2.0-dev libgtk2.0-dev libtiff5-dev pkg-config doxygen graphviz ccache libc6-dev | |
git clone --depth 200 https://gitlab.com/sep-group-2/scroom.git | |
cd scroom | |
autoreconf -i |