Skip to content
Snippets Groups Projects
Unverified Commit 142681e8 authored by aviau's avatar aviau
Browse files

Document gnome client cmake flags

Change-Id: I65bcc788ece7eea12f75253fc64d51856badc8f6
Tuleap: #726
parent d9388bc2
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,14 @@ Run the following from the project root directory:
cmake ..
make
The following options are often usefull to append to the cmake line:
.. code-block:: none
-DCMAKE_INSTALL_PREFIX=<install location>
-DLibRingClient_DIR=<path the the installed cmake module of LibRingClient>
-DLibRingClient_PROJECT_DIR=<path to the project folder of LibRingClient>
You can then simply run ``./gnome-ring`` from the build directory
Installing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment