basiliscos / syncspirit

continuous file synchronization program (BEP protocol implementation)
GNU General Public License v3.0
31 stars 2 forks source link

Building for Linux error missing CmakeList.txt in mbdx #4

Closed devisbal closed 2 months ago

devisbal commented 3 months ago

Hi,

I have tried to buikd for linux, static and shared but:

CMake Error at CMakeLists.txt:181 (add_subdirectory): The source directory /root/syncspirit/lib/mbdx does not contain a CMakeLists.txt file.

CMake Warning at src/ui-daemon/CMakeLists.txt:55 (message): upx not found

BR

basiliscos commented 3 months ago
git clone --recurse-submodules https://github.com/basiliscos/syncspirit

should do the thing :)