Skip to content

Commit

Permalink
Also update links to Windows tutorials.
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtin committed Jul 25, 2018
1 parent c1e800b commit 4b33dbb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ a PPA or other non-official sources, or installing with a manual build.
There are some other useful pages to consult in addition to this section:

- [Building mlpack From Source](http://www.mlpack.org/docs/mlpack-git/doxygen/build.html)
- [Building mlpack Under Windows](https://github.com/mlpack/mlpack/wiki/WindowsBuild)
- [Building mlpack From Source on Windows](http://www.mlpack.org/docs/mlpack-git/doxygen/build_windows.html)

mlpack uses CMake as a build system and allows several flexible build
configuration options. One can consult any of numerous CMake tutorials for
Expand Down
11 changes: 9 additions & 2 deletions doc/guide/build_windows.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@
@section build_windows_intro Introduction
This document discusses how to build mlpack for Windows from source, so you can later
create your own C++ applications.
This document discusses how to build mlpack for Windows from source, so you can
later create your own C++ applications. There are a couple of other tutorials
for Windows, but they may be out of date:
* <a href="https://github.com/mlpack/mlpack/wiki/WindowsBuild">Github wiki Windows Build page</a>
* <a href="http://keon.io/mlpack-on-windows">Keon's tutorial for mlpack 2.0.3</a>
* <a href="https://overdosedblog.wordpress.com/2016/08/15/once_again/">Kirizaki's tutorial for mlpack 2</a>
Those guides could be used in addition to this tutorial.
@section build_windows_env Environment
Expand Down

1 comment on commit 4b33dbb

@gmanlan
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

Please sign in to comment.