Skip to content

Commit 6650c71

Browse files
committed
Reapply some doc changes from master
1 parent 6b6c666 commit 6650c71

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/modules/ROOT/pages/building.adoc

+4-3
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ To get the `.deb` source packages, add the source repository for your Debian or
3737
[source,console]
3838
....
3939
# Run as root
40+
echo 'deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_9.0/ /' >> /etc/apt/sources.list.d/owncloud-client.list
4041
echo 'deb-src http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Debian_9.0/ /' >> /etc/apt/sources.list.d/owncloud-client.list
4142
....
4243
====
@@ -69,7 +70,7 @@ To get the source dependencies on Debian and Ubuntu, run the following command:
6970
[source,console]
7071
....
7172
sudo apt install qtdeclarative5-dev libinotifytools-dev \
72-
qt5keychain-dev libqt5webkit5-dev python-sphinx \
73+
qt5keychain-dev python-sphinx \
7374
libsqlite3-dev
7475
....
7576
====
@@ -162,7 +163,7 @@ cd client-build
162163
+
163164
[source,console]
164165
....
165-
cmake -G "MinGW Makefiles" -DNO_SHIBBOLETH=1 ../client
166+
cmake -G "MinGW Makefiles" ../client
166167
mingw32-make
167168
....
168169
+
@@ -257,7 +258,7 @@ cd client-build
257258
+
258259
[source,console]
259260
....
260-
cmake -DCMAKE_PREFIX_PATH=/opt/ownCloud/qt-5.10.1 -DCMAKE_INSTALL_PREFIX=/Users/path/to/client/../install/ -DNO_SHIBBOLETH=1 ..
261+
cmake -DCMAKE_PREFIX_PATH=/opt/ownCloud/qt-5.10.1 -DCMAKE_INSTALL_PREFIX=/Users/path/to/client/../install/ ..
261262
....
262263
+
263264
For Linux builds (using QT5 libraries via build-dep) a typical setting is `-DCMAKE_PREFIX_PATH=/opt/ownCloud/qt-5.10.1/` - version number may vary.

0 commit comments

Comments
 (0)