File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
guides/install/from-source Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ description: How to build NodeGit from source
1010* * *
1111
1212Building from source
13- ----------------------
13+ --------------------
1414
1515If you wish to help contribute to NodeGit it is useful to build locally.
1616
@@ -29,11 +29,11 @@ If you encounter errors, you most likely have not configured the dependencies co
2929
3030### Installing dependencies: ###
3131
32- #### Mac OS X ####
32+ #### < a name = " osx " ></ a > Mac OS X ####
3333
3434- [ Install XCode Command Line Tools] ( http://railsapps.github.io/xcode-command-line-tools.html )
3535
36- #### Linux ####
36+ #### < a name = " linux " ></ a > Linux ####
3737
3838Using APT in Ubuntu:
3939
@@ -49,7 +49,7 @@ sudo pacman -S base-devel
4949
5050Note that GCC/G++ 4.7+ are required, as the library makes use of some c++11 std calls.
5151
52- #### Windows ####
52+ #### < a name = " windows " ></ a > Windows ####
5353
5454- [ Download and install Python 2] ( https://www.python.org/download/windows ) .
5555- [ Download and install VS Community] ( https://www.visualstudio.com/products/visual-studio-community-vs ) .
@@ -74,7 +74,7 @@ So for the above example, you would run `cmd /C "set BUILD_ONLY=true && npm inst
7474See here for more details:
7575[ SuperUser] ( http://superuser.com/questions/223104/setting-environment-variable-for-just-one-command-in-windows-cmd-exe ) .
7676
77- ### Debug build: ###
77+ ### < a name = " debug-build " ></ a > Debug build: ###
7878
7979In order to track down possible bugs, you will need a debug buid so you
8080can get a backtrace with [ gdb] ( http://www.gnu.org/software/gdb/ ) or
You can’t perform that action at this time.
0 commit comments