Skip to content

Commit ec2da4a

Browse files
Stefan EilemannStefan Eilemann
authored andcommitted
Release preparations continued
1 parent 309fe7a commit ec2da4a

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.gitexternals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- mode: cmake -*-
2-
# CMake/common https://github.com/Eyescale/CMake.git d9373d8
2+
# CMake/common https://github.com/Eyescale/CMake.git b158c68

.gitsubprojects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# -*- mode: cmake -*-
2-
git_subproject(Servus https://github.com/HBPVIS/Servus.git 26b1ad0)
2+
git_subproject(Servus https://github.com/HBPVIS/Servus.git 17269ba)

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ platforms and build environments are tested:
5454
* Windows: 7 (Visual Studio 2012)
5555
* Mac OS X: 10.8 (Makefile, Ninja)
5656

57-
~~~
58-
git clone https://github.com/Eyescale/Lunchbox.git
59-
cd Lunchbox
60-
mkdir build
61-
cd build
62-
cmake ..
63-
make
64-
~~~
57+
Building from source is as simple as:
58+
59+
git clone https://github.com/Eyescale/Lunchbox.git
60+
mkdir Lunchbox/build
61+
cd Lunchbox/build
62+
cmake ..
63+
make
64+
65+

0 commit comments

Comments
 (0)