File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -73,17 +73,16 @@ sudo pacman -S cmake libzip base-devel
7373
7474#### Windows ####
7575
76- For Windows users, you will have to install Visual Studio Express. You may
77- have to add a build flag to the installation process to successfully install.
78- Try first without, if the build fails, try again with the flag.
76+ - [ Download and install CMake] ( http://www.cmake.org/cmake/resources/software.html ) .
77+ - [ Download and install Python] ( https://www.python.org/download/windows ) .
78+ - [ Download and install VS Express] ( http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop ) .
79+
80+ You may have to add a build flag to the installation process to successfully
81+ install. Try first without, if the build fails, try again with the flag.
7982
8083* Allegedly the order in which you install Visual Studio could trigger this
8184error.*
8285
83- - [ Download and install CMake] ( http://www.cmake.org/cmake/resources/software.html ) .
84- - [ Download and install Python] ( https://www.python.org/download/windows )
85- - [ Download and install VS Express] ( http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop )
86-
8786``` bash
8887npm install nodegit --msvs_version=2013
8988# Or whatever version you've installed.
You can’t perform that action at this time.
0 commit comments