mirror of
https://github.com/PixlOne/logiops.git
synced 2025-07-14 13:22:33 +08:00
Merge d439879ef4
into 628ab937a2
This commit is contained in:
commit
b5acec0f19
@ -35,10 +35,8 @@ For popular distributions, I've included commands below.
|
|||||||
To build this project, run:
|
To build this project, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir build
|
cmake -B build -DCMAKE_BUILD_TYPE=Release
|
||||||
cd build
|
cmake --build build
|
||||||
cmake -DCMAKE_BUILD_TYPE=Release ..
|
|
||||||
make
|
|
||||||
```
|
```
|
||||||
|
|
||||||
To install, run `sudo make install` after building. You can set the daemon to start at boot by running `sudo systemctl enable logid` or `sudo systemctl enable --now logid` if you want to enable and start the daemon.
|
To install, run `sudo make install` after building. You can set the daemon to start at boot by running `sudo systemctl enable logid` or `sudo systemctl enable --now logid` if you want to enable and start the daemon.
|
||||||
|
Loading…
Reference in New Issue
Block a user