A scalable lightweight RDF knowledge retrieval system
Make sure you have installed conan, and can use it correctly to build with CMake
If you're not familiar with conan, you can install it by pip, that is pip install conan
, and have a quick start
build manually
mkdir build
cd build
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release
cmake --build .
build with script
cd scripts
./build.sh
build manually
mkdir build
cd build
cmake ..
cmake --build . --config Release
build with script
cd scripts
./build.bat
docker build --tag lkrs:demo .
docker run -it --name lkrs lkrs:demo