From f3c4999b02cf906186fd2d62551352baa6ffe915 Mon Sep 17 00:00:00 2001 From: jonforums Date: Fri, 25 May 2012 13:14:23 -0700 Subject: [PATCH] Updated Building mruby (markdown) --- Building-mruby.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Building-mruby.md b/Building-mruby.md index 0651498..6573eaf 100644 --- a/Building-mruby.md +++ b/Building-mruby.md @@ -8,15 +8,16 @@ _in process_ ## Building with CMake -CMake is a cross-platform, open-source build system that uses the concept of "build generators" -to efficiently enable a project to be built on a large number of platforms and a wide variety -of toolchains. +CMake is a cross-platform, open-source build system that uses "build generators" enable a project +to be built on a large number of platforms with a wide variety of toolchains. -Projects benefit because busy contributors don't waste time creating and -supporting multiple custom build scripts for different platforms and different toolchains. -Project users benefit because they quickly get a usable build without wasting time trying to -create build files tailored to the system and toolchain their most productive with. CMake -enables contributors and users to focus on what they want rather than unnecessary ceremony. +CMake allows contributors and users to focus on what they _want_ to do rather than unnecessary +ceremony just to get a working build. + +Projects benefit because busy contributors don't waste time creating and maintaining multiple +custom build scripts for the different platforms and toolchains. Users benefit because they quickly +get a usable build without wasting time trying to create build files tailored to the system and +toolchain they're most productive with. **Prerequisites:** * CMake 2.8.8, Bison, and a build toolchain on `PATH`