logiops
logiops copied to clipboard
Fails when trying to compile .zip archive
When trying to compile the downloaded .zip archive, you get this error:
[nosen@n180-p154 build]$ cmake -DCMAKE_BUILD_TYPE=Release ..
LogiOps Version Number: null
CMake Error at CMakeLists.txt:59 (add_subdirectory):
The source directory
/home/nosen/Downloads/logiops-main/src/ipcgull
does not contain a CMakeLists.txt file.
The solution is removing the folder and instead doing:
git clone https://github.com/PixlOne/logiops
Then proceeding with building instructions.
This was on Fedora 38.