From b4a070472373470fdea685871b3fc8ec61b80edc Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Wed, 22 Jun 2016 21:16:56 +0200 Subject: [PATCH] Remove 10.7 section from README --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index 9bb322ac..8496d2c4 100644 --- a/README.md +++ b/README.md @@ -64,17 +64,6 @@ To install using [homebrew][] run: In practice `hg` ([mercurial][]) is only required for the SCM library’s tests so you can skip this dependency if you don’t mind a failing test. -### OS X 10.7 (Lion) - -If you are on OS X 10.7 you need `pgrep` and `pkill` (used by the “relaunch” build targets). To install using [MacPorts][]: - - sudo port install proctools - -Or using [homebrew][]: - - brew install proctools - - ## Building from within TextMate You should install the [Ninja][NinjaBundle] and [CxxTest][] bundles. Both can be installed via _Preferences_ → _Bundles_.