diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:49:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-12-17 19:49:56 +0900 |
commit | 5a3408879dbba9ac96ea027a16a5c67aaf49d855 (patch) | |
tree | 0441f56ff4fa950a6c0b7c3769c0cbbac390ea07 /INSTALL | |
parent | 25813d39a534b4e2e2bbc785a18589e1f1d50317 (diff) | |
download | polkit-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-- | INSTALL | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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" |