From 15e36c535f8041fc3e47d655b3041219fabb3b4f Mon Sep 17 00:00:00 2001 From: samu-workopen <18331541+samu-workopen@users.noreply.github.com> Date: Sat, 19 Oct 2019 16:11:49 +0200 Subject: [PATCH] Update Step 11 Step 11 is completely outdated, please replace it with: Enable git submodules: $ cd desktop $ git submodule init $ git submodule update Generate the build files: $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=~/nextcloud-desktop-client -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 --- doc/building.rst | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/doc/building.rst b/doc/building.rst index 065055e5f..a0e9c7fad 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -75,10 +75,23 @@ To set up your build environment for development using HomeBrew_: 10. Install the Packages_ package creation tool. -11. In the build directory, run ``admin/osx/create_mac.sh ``. - If you have a developer signing certificate, you can specify - its Common Name as a third parameter (use quotes) to have the package - signed automatically. +11. Enable git submodules: +``` +$ cd desktop +$ git submodule init +$ git submodule update +``` + +12. Generate the build files: +``` +$ cd build +$ cmake .. -DCMAKE_INSTALL_PREFIX=~/nextcloud-desktop-client -DCMAKE_BUILD_TYPE=Debug -DNO_SHIBBOLETH=1 +``` + +13. Compile and install: +``` +$ make install +``` .. note:: Contrary to earlier versions, Nextcloud 1.7 and later are packaged as a ``pkg`` installer. Do not call "make package" at any time when -- 2.30.2