Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Tiare Le Bigot <jt@yadutaf.fr>2016-11-26 15:01:30 +0300
committerJean-Tiare Le Bigot <jt@yadutaf.fr>2017-02-05 01:35:24 +0300
commit632badfce47d9d1a9f7e794dedf22bfdcaa2c0f7 (patch)
tree6fd121ac6c0eff86ef280b72de2aab41e9396533 /README.md
parent8aade24147b5313f8241a8b42331442b7f40eef9 (diff)
add linux dependencies to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0843bc..8bd97f0 100644
--- a/README.md
+++ b/README.md
@@ -15,11 +15,15 @@ git submodule update --init --recursive
Run:
```bash
+# If building on Ubuntu
+sudo apt-get install libsqlite3-dev qt5-default libqt5webkit5-dev qt5keychain-dev libssl-dev
+
+# All distributions
mkdir build-linux
cd build-linux
cmake -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
make
-make install
+sudo make install
```
## Building on OSX