Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/zeyiwen/thundersvm
Browse files Browse the repository at this point in the history
  • Loading branch information
QinbinLi committed Jun 10, 2018
2 parents 06d6d13 + 09a2109 commit 55dccf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ git rebase upstream/master
### Test ThunderSVM
We recommend our contributors using Linux as the development platform where ThunderSVM is relatively well tested.

Please note that ```cmake .. [-D<options>=<args>]``` produces a ```CMakeCache.txt``` file. You need to remove it or the whole ```build``` directory, before you can run a new ```cmake``` command with different configurations.

Please note that ```cmake .. [-D<options>=<args>]``` produces a ```CMakeCache.txt``` file. You need to remove it or the whole ```build``` directory, before you can run a new ```cmake``` command with different configurations. Also please note that the test build will not generate binaries like `thundersvm-train`.
#### Build test on Linux
* Clone ThunderSVM repository
```bash
Expand Down

0 comments on commit 55dccf3

Please sign in to comment.