client-building icon indicating copy to clipboard operation
client-building copied to clipboard

πŸ— Build scripts for the desktop client

Results 19 client-building issues
Sort by recently updated
recently updated
newest added

Hi, **Note: I haven't build it yet on Mac.** Can I use the `osx/daily` bash script to build on Mac? What are other requirements beside the base ones like qt,...

Error:C:\Nextcloud\client-building\desktop\src\gui\accountsettings.cpp(20): fatal error C1083: ζ— ζ³•ζ‰“εΌ€εŒ…ζ‹¬ζ–‡δ»Ά: β€œui_accountsettings.h”: No such file or directory --- START: C:\Nextcloud\client-building\task-build-log.bat - 2023-11-02 15:13:06 --- "***** Build started. (build.bat)" "* BUILD_TYPE=Release" "* BUILD_TARGETS=Win64" "***** build desktop." "****...

"Has anyone successfully compiled this code on Windows? I could use some help."

I am building the app from master and using the new changes to the build added for KDE Craft. The app builds just fine and everything works, except the main...

Hello Everyone, It seems the current release is missing some important packages or it may lack some critical undocument steps. **Here is my enviroment versions:** - Windows 10 64bit -...

To make bulding easier for newbies like me I updated the README to aid a more successfull experience. It now reflects the versions used in `defaults.inc.bat` and adds the missing...

good day please advice sfter : TEST_RUN=1 ./build.bat recieving error : The system cannot find the batch label specified - testEnv

The Nextcloud Desktop client has now a minimum requirement for CMake 3.16 https://github.com/nextcloud/desktop/blob/master/CMakeLists.txt#L1: ```cmake cmake_minimum_required(VERSION 3.16) ```

Use version 8 of linuxdeployqt instead of the latest one (which breaks libsecret support). Workaround for issue #103.

The latest version linuxdeployqt includes libglib-2.0.so.0 and libgobject-2.0.so.0 breaking libsecret support. See : - https://github.com/nextcloud/desktop/issues/4715 - In particular this comment from @rupi-lol : https://github.com/nextcloud/desktop/issues/4715#issuecomment-1200298943 - https://github.com/probonopd/linuxdeployqt/issues/544 While a suitable solution...