From 5c6daedbac69417d00063de20def87d3958bb8c8 Mon Sep 17 00:00:00 2001 From: Darknet Villain Date: Mon, 30 Jan 2017 11:27:38 -0500 Subject: [PATCH] various fixes --- docs/devs/building/unix.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/devs/building/unix.md b/docs/devs/building/unix.md index b5c38ae..b96906d 100644 --- a/docs/devs/building/unix.md +++ b/docs/devs/building/unix.md @@ -1,13 +1,11 @@ Building on Unix systems ============================= -First of all we need to make sure that all dependencies are satisfied. - This doc is trying to cover: * [Debian/Ubuntu](#debian-ubuntu) (contains packaging instructions) * [Fedora/Centos](#fedora-centos) -* [Fedora/Centos](#mac-os-x) +* [Mac OS X](#mac-os-x) * [FreeBSD](#freebsd) Make sure you have all required dependencies for your system successfully installed. @@ -105,7 +103,7 @@ But you can use cmake3 from the epel repository: ...and then use 'cmake3' instead 'cmake'. -MAC OS X +Mac OS X -------- Requires [homebrew](http://brew.sh)