Skip to content

Instantly share code, notes, and snippets.

@fliiiix
Last active January 1, 2016 12:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fliiiix/8146460 to your computer and use it in GitHub Desktop.
Save fliiiix/8146460 to your computer and use it in GitHub Desktop.
Build Hermelin `curl https://gist.github.com/fliiiix/8146460/raw/ | bash`
#/bin/sh
git pull
mkdir -p build
cd build
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DWITH_GTK=ON \
-DWITH_GTK2=OFF \
-DWITH_GTK3=ON \
-DWITH_QT=OFF \
-DWITH_QT5=OFF \
-DWITH_KDE=OFF \
-DWITH_CHROME=OFF \
-DPYTHON_EXECUTABLE=/usr/bin/python2
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment