How to Install LogiOps
-
3. Installing LogiOps
Then to Install LogiOps for Ubuntu
Access the Target folder:cd logiops
Next make the build Directory:
mkdir build
Access it:
cd build
Then make it with:
cmake -D__LIB=lib ..
Again make it:
make
And now to Setup it play:
sudo make install
Finally, to Enable and Start the Daemon:
sudo systemctl enable --now logid
For further insight check the Online Documentation!
Contents