Skip to content

Commit

Permalink
Merge pull request #237 from eile/master
Browse files Browse the repository at this point in the history
Release preparations continued
  • Loading branch information
eile committed Nov 2, 2015
2 parents 07fd064 + ec2da4a commit 01caa15
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitexternals
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- mode: cmake -*-
# CMake/common https://github.com/Eyescale/CMake.git d9373d8
# CMake/common https://github.com/Eyescale/CMake.git b158c68
2 changes: 1 addition & 1 deletion .gitsubprojects
Original file line number Diff line number Diff line change
@@ -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)
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 01caa15

Please sign in to comment.