Commit b0d2f826 authored by James Lamb's avatar James Lamb Committed by Guolin Ke
Browse files

[R-package] Fixed version number in README (#1276)

parent f1eb3e89
...@@ -44,7 +44,7 @@ git clone --recursive https://github.com/Microsoft/LightGBM ...@@ -44,7 +44,7 @@ git clone --recursive https://github.com/Microsoft/LightGBM
cd LightGBM/R-package cd LightGBM/R-package
Rscript build_package.R Rscript build_package.R
# export CXX=g++-7 CC=gcc-7 # for macOS # export CXX=g++-7 CC=gcc-7 # for macOS
R CMD INSTALL lightgbm_2.0.4.tar.gz --no-multiarch R CMD INSTALL lightgbm_2.1.0.tar.gz --no-multiarch
``` ```
Note: for the build with Visual Studio/MSBuild in Windows, you should use the Windows CMD or Powershell. Note: for the build with Visual Studio/MSBuild in Windows, you should use the Windows CMD or Powershell.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment