Skip to content

Commit e40b7ac

Browse files
author
John Haley
committed
Add links to sections for build-for-source guide
1 parent bb10906 commit e40b7ac

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guides/install/from-source/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description: How to build NodeGit from source
1010
* * *
1111

1212
Building from source
13-
----------------------
13+
--------------------
1414

1515
If 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

3838
Using APT in Ubuntu:
3939

@@ -49,7 +49,7 @@ sudo pacman -S base-devel
4949

5050
Note 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
7474
See 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

7979
In order to track down possible bugs, you will need a debug buid so you
8080
can get a backtrace with [gdb](http://www.gnu.org/software/gdb/) or

0 commit comments

Comments
 (0)