-
-
Notifications
You must be signed in to change notification settings - Fork 381
Compiling ANTs on Windows 10
Philip Cook edited this page Aug 14, 2017
·
8 revisions
These instructions require the Linux subsystem, which requires the Windows 10 anniversary update (Aug 2016). You may need to disable some antivirus software for some parts of the install.
Follow the instructions here: https://msdn.microsoft.com/en-us/commandline/wsl/install_guide
sudo apt-get -y install git
sudo apt-get -y install cmake
sudo apt-get install -y cmake-curses-gui
From here, it should be possible to obtain the ANTs source code and compile as one would on Linux or Mac OS