Roeland Jago Douma 1b1ed23f63 Theme locations
* WIN theme stuff
* OSX theme stuff
2016-08-16 11:12:54 +02:00
2016-08-16 07:52:56 +02:00
2016-08-16 11:12:54 +02:00
2016-08-16 11:12:54 +02:00
2016-08-16 11:12:54 +02:00
2016-07-12 19:20:41 +02:00
2016-07-12 19:17:21 +02:00
2016-07-13 15:01:08 +02:00

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)
S
Descrição
Descrição não fornecida
Readme GPL-2.0 1,3 MiB
Linguagens
Shell 70.9%
C++ 16.5%
CMake 6.9%
Makefile 5.7%