1b1ed23f63c2d4b3a0af4d2178c7446a2c059c5b
nextcloud desktop client
💻 theme and build instructions for the nextcloud dekstop client
Based on https://github.com/owncloud/client/blob/master/doc/building.rst
Getting repository ready
Run:
git submodule update --init
cd client
git submodule update --init
cd ...
Building on Linux
Run:
mkdir build-linux
cd build-linux
cmake -D OEM_THEME_DIR=`pwd`/../nextcloudtheme ../client
make
make install
Building on OSX
TODO
Building on Windows
Building the docker image
The docker image contains the toolchain to build the windows binary. Build it:
docker build -t nextcloud-client-win32:<version> client/admin/win/docker/
Building the binary
docker run -v "$PWD:/home/user/" nextcloud-client-win32:2.2.2 /home/user/win/build.sh $(id -u)
Linguagens
Shell
70.9%
C++
16.5%
CMake
6.9%
Makefile
5.7%