From ec2da4a152da43671ea2efdecfed75f11e2fa403 Mon Sep 17 00:00:00 2001 From: Stefan Eilemann Date: Mon, 2 Nov 2015 14:41:48 +0100 Subject: [PATCH] Release preparations continued --- .gitexternals | 2 +- .gitsubprojects | 2 +- README.md | 17 +++++++++-------- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.gitexternals b/.gitexternals index 7c6b415d..b8fdbb98 100644 --- a/.gitexternals +++ b/.gitexternals @@ -1,2 +1,2 @@ # -*- mode: cmake -*- -# CMake/common https://github.com/Eyescale/CMake.git d9373d8 \ No newline at end of file +# CMake/common https://github.com/Eyescale/CMake.git b158c68 \ No newline at end of file diff --git a/.gitsubprojects b/.gitsubprojects index b3d3ea2b..b65a4be3 100644 --- a/.gitsubprojects +++ b/.gitsubprojects @@ -1,2 +1,2 @@ # -*- mode: cmake -*- -git_subproject(Servus https://github.com/HBPVIS/Servus.git 26b1ad0) +git_subproject(Servus https://github.com/HBPVIS/Servus.git 17269ba) \ No newline at end of file diff --git a/README.md b/README.md index cae04f3d..8838a624 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,12 @@ platforms and build environments are tested: * Windows: 7 (Visual Studio 2012) * Mac OS X: 10.8 (Makefile, Ninja) -~~~ -git clone https://github.com/Eyescale/Lunchbox.git -cd Lunchbox -mkdir build -cd build -cmake .. -make -~~~ +Building from source is as simple as: + + git clone https://github.com/Eyescale/Lunchbox.git + mkdir Lunchbox/build + cd Lunchbox/build + cmake .. + make + +