From 88745c6d7a8ad73b8ff8fb0308601ff35c6e8f38 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 30 Jan 2016 09:11:36 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48aed49..005341d 100755 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ Different projects have led to the architecture of PLASMA, most notably Apple Pa -## The Build Environment +## Build Environment The first step in writing PLASMA code is to get a build environment working. If you have Unix-like environment, then this is a fairly easy exercise. Windows users may want to install the [CygWin](https://www.cygwin.com/) environment to replicate a Unix-like environment under Windows. When installing CygWin, make sure *gcc-core*, *make*, and *git* are installed under the *Devel* packages. Mac OS X users may have to install the *Xcode* from the App Store. Launch the command-line/terminal application for your environment to download and build PLASMA. Create a source code directory, something like 'Src', then 'cd' into that directory.