libnode icon indicating copy to clipboard operation
libnode copied to clipboard

libnode/deps/libj does not contain a CMakeLists.txt file.

Open pannous opened this issue 11 years ago • 3 comments

what's that error: ?

-- LIBNODE_REMOVE_LISTENER=ON CMake Error at CMakeLists.txt:382 (add_subdirectory): The source directory libnode/deps/libj does not contain a CMakeLists.txt file.

pannous avatar Jun 17 '14 21:06 pannous

Facing the same issue while trying to build 0.5.1 release.

dmitvitalii avatar Dec 30 '18 13:12 dmitvitalii

You need to clone all the dependant submodules to build libnode. Please add --recursive option to get the submodules:

git clone --recursive https://github.com/plenluno/libnode.git

https://github.com/plenluno/libnode#source-code

plenluno avatar Jan 03 '19 07:01 plenluno

@plenluno, it works, thank you! It didn't work when trying to build from the release tarball.

dmitvitalii avatar Jan 08 '19 13:01 dmitvitalii