-
Notifications
You must be signed in to change notification settings - Fork 0
Missing instructions on how to compile this #15
Description
Hi,
Getting very strange CMAKE errors. What are the actual dependencies for this project?
running: "cmake" "D:\Source\rust-ml\light\crates\lightgbm-rs\target\debug\build\lightgbm-sys-27dea8a3666e75e9\out\lightgbm" "-G" "Visual Studio 17 2022" "-Thost=x64" "-Ax64" "-DBUILD_STATIC_LIB=ON" "-DCMAKE_INSTALL_PREFIX=D:\Source\rust-ml\light\crates\lightgbm-rs\target\debug\build\lightgbm-sys-27dea8a3666e75e9\out" "-DCMAKE_C_FLAGS= -nologo -MD -Brepro" "-DCMAKE_C_FLAGS_RELEASE= -nologo -MD -Brepro" "-DCMAKE_CXX_FLAGS= -std=c++11 -nologo -MD -Brepro" "-DCMAKE_CXX_FLAGS_RELEASE= -std=c++11 -nologo -MD -Brepro" "-DCMAKE_ASM_FLAGS= -nologo -MD -Brepro" "-DCMAKE_ASM_FLAGS_RELEASE= -nologo -MD -Brepro" "-DCMAKE_BUILD_TYPE=Release"
--- stderr
CMake Error: The source directory "D:/Source/rust-ml/light/crates/lightgbm-rs/target/debug/build/lightgbm-sys-27dea8a3666e75e9/out/lightgbm" does not exist.
Would greatly appreciate actual installation guide for this.