Skip to content

Instantly share code, notes, and snippets.

@bse666
Last active October 4, 2016 07:43
Show Gist options
  • Save bse666/3689491e213de92d88cfbaf032bdb8de to your computer and use it in GitHub Desktop.
Save bse666/3689491e213de92d88cfbaf032bdb8de to your computer and use it in GitHub Desktop.
nextcloud-client from source on linux
#!/bin/bash
git clone https://github.com/nextcloud/client_theming /tmp/nextcloud-client-build
cd /tmp/nextcloud-client-build
git submodule update --init --recursive
mkdir build-linux
cd build-linux
cmake -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
make
sudo make install
@bse666
Copy link
Author

bse666 commented Oct 4, 2016

ubuntu: prereq: cmake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment