Skip to content

Commit

Permalink
udpate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
etveritas authored Apr 17, 2019
1 parent 8f72e95 commit eda2ea6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions doc/install_windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,11 @@ Build from Visual Studio solution
=======================
This build method is optional for Build from Source Code, if you already use method above, you can skip this part.

We support an Visual Studio(vs) solution for users, it's in the directory ``windows`` which is in root of xLearn project. There are three vs project
in this solution: ``xlearn_train``, ``xlearn_test``, ``xlearn_api``, respectively relation to build executable train,predict entry program and DLL(dynamic link library) API for windows. You should make sure that your vs platform toolset is greater than v141(It works well if you use vs2017).
We support an Visual Studio(vs) solution for users, it's in the directory ``windows`` which is in root of xLearn project.

There are three vs project in this solution: ``xlearn_train``, ``xlearn_test``, ``xlearn_api``, respectively relation to build executable train,predict entry program and DLL(dynamic link library) API for windows.

Users should make sure that your vs platform toolset is greater than v141(It works well if you use vs2017).

**Note:** Files(both executable file and DLL) compiling from this solution is different from cmake solution, because of different structure.

Expand Down

0 comments on commit eda2ea6

Please sign in to comment.