forked from plexydesk/plexydesk-0.5-depricated-codebase
-
Notifications
You must be signed in to change notification settings - Fork 1
Modular Qt Desktop
License
PhobosK/plexydesk
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Building On Linux (debug mode): =============================== From sources root folder do: mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX:STRING=/usr -DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_VERBOSE_MAKEFILE:BOOL=true -DCMAKE_CXX_FLAGS_DEBUG:STRING="-g -O0" make install Building On Linux (release mode): ================================= From sources root folder do: mkdir build cd build cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release make install Building a Debian/Ubuntu package on Linux: ========================================== From sources root folder do: debuild -I In the folder right above the sources root, you will find the debian packages and the packaged source tree without the GIT support files. Building On Windows: ==================== Please follow the instructions on http://www.plexyplanet.org/win_build
About
Modular Qt Desktop
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 59.5%
- C 39.0%
- Other 1.5%