mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Doc: use correct cmake vars
This commit is contained in:
parent
59969c3574
commit
df219dd09b
@ -112,8 +112,8 @@ Next, we build mirall::
|
||||
|
||||
cd ../mirall-build
|
||||
cmake -DCMAKE_BUILD_TYPE="Debug" ../mirall \
|
||||
-DCSYNC_LIBRARY_DIRECTORY=../ocsync-build \
|
||||
-DCSYNC_INCLUDE_DIRECTORY=../ocsync/src
|
||||
-DCSYNC_LIBRARY_PATH=../ocsync-build \
|
||||
-DCSYNC_INCLUDE_PATH=../ocsync/src
|
||||
|
||||
If this succeeds, call ``make``. The owncloud binary should appear in the
|
||||
``bin`` directory. You can also run ``make install`` to install the client to
|
||||
|
||||
Loading…
Reference in New Issue
Block a user