Guest User

Untitled

a guest
Jan 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Set BOOST_ROOT=C:localboost_1_64_0
  2. Set BOOST_LIBRARYDIR=C:localboost_1_64_0lib64-msvc-14.0
  3. git clone --recursive https://github.com/Microsoft/LightGBM
  4. cd LightGBM
  5. mkdir build
  6. cd build
  7. cmake -DCMAKE_GENERATOR_PLATFORM=x64 -DUSE_GPU=1 ..
  8. cmake --build . --target ALL_BUILD --config Release
  9.  
  10. C:/Program Files (x86)/MSBuild/14.0/bin/MSBuild.exe
  11.  
  12. Microsoft (R) 生成引擎版本 14.0.25420.1
  13. 版权所有(C) Microsoft Corporation。保留所有权利。
  14.  
  15. MSBUILD : error MSB1009: 项目文件不存在。
  16. 开关:VCTargetsPath.vcxproj
Add Comment
Please, Sign In to add comment