"...git@developer.sourcefind.cn:tianlh/lightgbm-dcu.git" did not exist on "f44b60b633a16a971e960456f9dd49acdff983b2"
Commit 677716d3 authored by Nikita Titov's avatar Nikita Titov Committed by Tsukasa OMOTO
Browse files

[docs] updated comment about gcc in build R script

parent af7a2544
# for macOS (replace 7 with version of gcc installed on your machine)
# for macOS users who have decided to use gcc
# (replace 8 with version of gcc installed on your machine)
# NOTE: your gcc / g++ from Homebrew is probably in /usr/local/bin
#export CXX=/usr/local/bin/g++-8 CC=/usr/local/bin/gcc-8
# Sys.setenv("CXX" = "/usr/local/bin/g++-8")
......
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