Skip to content
Snippets Groups Projects

Quassel Custom Buildscript

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Janne Mareike Koschinski
    Edited
    build-quassel-custom.sh 389 B
    rm -rf quassel-custom
    git clone git@github.com:quassel/quassel quassel-custom
    cd quassel-custom
    git remote add justjanne git@github.com:justjanne/quassel
    git pull --all
    git merge -s recursive justjanne/integrated-ident-server --no-edit
    mkdir build
    cd build
    cmake -GNinja -DUSE_QT5=ON -DWITH_KDE=OFF -DWANT_QTCLIENT=OFF -DWANT_CORE=ON -DWANT_MONO=OFF ..
    ninja
    sudo ninja install
    cd ..
    cd ..
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment