libnode
libnode copied to clipboard
libnode/deps/libj does not contain a CMakeLists.txt file.
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.
Facing the same issue while trying to build 0.5.1 release.
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, it works, thank you! It didn't work when trying to build from the release tarball.