logiops icon indicating copy to clipboard operation
logiops copied to clipboard

Fails when trying to compile .zip archive

Open Nosen92 opened this issue 2 years ago • 0 comments

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.

Nosen92 avatar Sep 11 '23 08:09 Nosen92