summaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:49:56 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-12-17 19:49:56 +0900
commit5a3408879dbba9ac96ea027a16a5c67aaf49d855 (patch)
tree0441f56ff4fa950a6c0b7c3769c0cbbac390ea07 /INSTALL
parent25813d39a534b4e2e2bbc785a18589e1f1d50317 (diff)
downloadpolkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.tar.gz
polkit-agent-tde-5a3408879dbba9ac96ea027a16a5c67aaf49d855.zip
Some initial restructuring and clean up.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..e8fa076
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,12 @@
+Basic Installation
+==================
+
+Polkit-tqt relies on cmake to build.
+
+Here are suggested default options:
+
+ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_VERBOSE_MAKEFILE="ON" \
+ -DCMAKE_SKIP_RPATH="OFF" \
+ -DBUILD_ALL="ON" \
+ -DWITH_ALL_OPTIONS="ON"