summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.md33
1 files changed, 16 insertions, 17 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 018f016d..1aed5375 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,23 +1,22 @@
1#Install Instructions 1#Install Instructions
2 2
3- [Installation](#installation) 3- [Installation](#installation)
4 - [Unix like](#unix) 4 - [Unix like](#unix)
5 - [OS X](#osx) 5 - [OS X](#osx)
6 - [Homebrew](#homebrew) 6 - [Homebrew](#homebrew)
7 - [Non-Homebrew](#non-homebrew) 7 - [Non-Homebrew](#non-homebrew)
8 - [Windows](#windows) 8 - [Windows](#windows)
9 - [Cross-Compile](#windows-cross-compile) 9 - [Cross-Compile](#windows-cross-compile)
10 - [Setting up a VM](#windows-cross-compile-vm) 10 - [Setting up a VM](#windows-cross-compile-vm)
11 - [Setting up the environment](#windows-cross-compile-environment) 11 - [Setting up the environment](#windows-cross-compile-environment)
12 - [Compiling](#windows-cross-compile-compiling) 12 - [Compiling](#windows-cross-compile-compiling)
13 - [Native](#windows-native) 13 - [Native](#windows-native)
14
15- [Additional](#additional) 14- [Additional](#additional)
16 - [Advanced configure options] (#aconf) 15 - [Advanced configure options](#aconf)
17 - [A/V support](#av) 16 - [A/V support](#av)
18 - [libtoxav] (#libtoxav) 17 - [libtoxav](#libtoxav)
19 - [Bootstrap daemon] (#bootstrapd) 18 - [Bootstrap daemon](#bootstrapd)
20 - [nTox] (#ntox) 19 - [nTox](#ntox)
21 20
22<a name="installation" /> 21<a name="installation" />
23##Installation 22##Installation
@@ -508,4 +507,4 @@ yum install ncurses-devel
508Install on ubuntu: 507Install on ubuntu:
509```bash 508```bash
510sudo apt-get install ncurses-dev 509sudo apt-get install ncurses-dev
511``` \ No newline at end of file 510```