Skip to content

Instantly share code, notes, and snippets.

View marpala's full-sized avatar
🍝

Marco Palazzo marpala

🍝
View GitHub Profile
@marpala
marpala / README.md
Last active March 15, 2022 05:59
A zsh theme featuring unnecessary emojis.
@marpala
marpala / init.sh
Created May 12, 2020 07:33
Scroom init
# 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