From 4b33dbbb04a39dfea65306c724ccf07f35d41a59 Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 25 Jul 2018 16:01:43 -0400 Subject: [PATCH] Also update links to Windows tutorials. --- README.md | 2 +- doc/guide/build_windows.hpp | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 846e9f85be..d72c6f24f0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/guide/build_windows.hpp b/doc/guide/build_windows.hpp index 10d05d10fd..645afa7adf 100644 --- a/doc/guide/build_windows.hpp +++ b/doc/guide/build_windows.hpp @@ -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: + + * Github wiki Windows Build page + * Keon's tutorial for mlpack 2.0.3 + * Kirizaki's tutorial for mlpack 2 + +Those guides could be used in addition to this tutorial. @section build_windows_env Environment