Anchors and reorder in dependency lists of README.md

Dependency headers for OSes needed anchors to work with links from
content list. Reordered OSes in content list to match headers
(all Linuxes first, Mac OS X last)
This commit is contained in:
Paweł Mandera 2014-02-27 10:25:07 +01:00
parent 740296415d
commit 40faad4be4

View File

@ -16,8 +16,8 @@
* [Dependencies](#dependencies) * [Dependencies](#dependencies)
* [For Debian/Ubuntu](#for-debianubuntu) * [For Debian/Ubuntu](#for-debianubuntu)
* [For FreeBSD 10](#for-freebsd-10) * [For FreeBSD 10](#for-freebsd-10)
* [For OS X](#for-os-x)
* [For Arch Linux](#for-arch-linux) * [For Arch Linux](#for-arch-linux)
* [For OS X](#for-os-x)
* [Building](#building) * [Building](#building)
* [Community](#community) * [Community](#community)
* [Contributing](#contributing) * [Contributing](#contributing)
@ -272,18 +272,22 @@ and what is currently being worked on:
## Dependencies ## Dependencies
<a name="for-debianubuntu"></a>
### Ubuntu/Debian ### Ubuntu/Debian
sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++ sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++
<a name="for-freebsd-10"></a>
### FreeBSD 10 ### FreeBSD 10
sudo pkg install cmake libtool sha sudo pkg install cmake libtool sha
<a name="for-arch-linux"></a>
### Arch Linux ### Arch Linux
sudo pacman -S base-devel cmake ncurses sudo pacman -S base-devel cmake ncurses
<a name="for-os-x"></a>
### OS X ### OS X
* Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh) * Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh)