From 40faad4be42646876a592230d8f44219756864d1 Mon Sep 17 00:00:00 2001 From: Paweł Mandera Date: Thu, 27 Feb 2014 10:25:07 +0100 Subject: 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) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6b44b4625..2572f32395 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ * [Dependencies](#dependencies) * [For Debian/Ubuntu](#for-debianubuntu) * [For FreeBSD 10](#for-freebsd-10) - * [For OS X](#for-os-x) * [For Arch Linux](#for-arch-linux) + * [For OS X](#for-os-x) * [Building](#building) * [Community](#community) * [Contributing](#contributing) @@ -272,18 +272,22 @@ and what is currently being worked on: ## Dependencies + ### Ubuntu/Debian sudo apt-get install libtool autoconf automake cmake libncurses5-dev g++ + ### FreeBSD 10 sudo pkg install cmake libtool sha + ### Arch Linux sudo pacman -S base-devel cmake ncurses + ### OS X * Install [Xcode](https://developer.apple.com/) and [Homebrew](http://brew.sh) -- cgit