diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2017-12-01 05:21:03 -0500 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2017-12-01 05:21:03 -0500 |
| commit | d3ccd2a1f7aab77aaeb9b9fa61c2484491bcfe41 (patch) | |
| tree | b1780435422ac6d778fd4b9c0a4746306dee59fe /README.md | |
| parent | 9df56c8f1d055a452d7bfda5f18199d770593212 (diff) | |
remove the rest of cmake
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 4 insertions, 6 deletions
@@ -53,7 +53,7 @@ channel or shoot an email to sir@cmpwn.com for advice. Install dependencies: -* cmake +* meson * [wlroots](https://github.com/swaywm/wlroots) * wayland * xwayland @@ -78,11 +78,9 @@ _\*\*\*Only required for tray support_ Run these commands: - mkdir build - cd build - cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. - make - sudo make install + meson build + ninja -C build + sudo ninja -C build install On systems with logind, you need to set a few caps on the binary: |
