Skip to content

Commit

Permalink
Fix a issue at README-Windows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SwimmingTiger committed Feb 27, 2017
1 parent 1f6a962 commit 400d90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README-Windows.md
Expand Up @@ -40,8 +40,8 @@ Recommended version is the master branch from github, it fix the issue. The buil
git clone https://github.com/google/glog.git
mkdir glog/build
cd glog/build
cmake ..
start -G "Visual Studio 14 2015" google-glog.sln
cmake -G "Visual Studio 14 2015" ..
start google-glog.sln
```

Then build ```ALL_BUILD``` & ```INSTALL``` project with VS2015, then copy ```C:\Program Files (x86)\google-glog\include``` & ```C:\Program Files (x86)\google-glog\lib``` to ```VS_install_dir\VC\```.
Expand Down

0 comments on commit 400d90b

Please sign in to comment.