File tree Expand file tree Collapse file tree 3 files changed +11
-10
lines changed
Expand file tree Collapse file tree 3 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 11# -*- mode: cmake -*-
2- # CMake/common https://github.com/Eyescale/CMake.git d9373d8
2+ # CMake/common https://github.com/Eyescale/CMake.git b158c68
Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments