Last active
October 4, 2016 07:43
-
-
Save bse666/3689491e213de92d88cfbaf032bdb8de to your computer and use it in GitHub Desktop.
nextcloud-client from source on linux
This file contains hidden or 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
#!/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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ubuntu: prereq: cmake