forked from getvasanth/OLDplexydesk
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
36 lines (23 loc) · 865 Bytes
/
README
File metadata and controls
36 lines (23 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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