From f29300c556e541f2bf1b63ed8c6399a6c2044c8d Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Tue, 13 Jul 2010 17:55:06 +0200 Subject: qmake -> cmake; (mostly) cosmetic changes Switched to cmake: CMakeLists.txt in base directory use ./build.sh to build vmchooser (or mkdir -p build; cd build cmake .. && make) updated README removed fltk/ removed libxml2/ removed mesgdisp/ renamed vmchooser/ to src/ moved all header files (.h) from vmchooser/inc/ to src/ added files to repository that must have slipped the last time --- README | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index be2de8f..9e727c1 100644 --- a/README +++ b/README @@ -18,11 +18,12 @@ What does it do? as a background process and terminates itself. How can I build it? - This project has been converted to cmake and can be built by - "cmake && make". With cmake, this can be built - in an arbitrary directory. - - UPDATE: You can build it by changing into the directory "build", calling "./make.sh" + This project has been converted to cmake and can be built by running: + $ mkdir -p build + $ cd build + $ cmake .. && make + Alternatively you can just run: + $ ./build.sh How can I install it? See below -- cgit v1.2.3-55-g7522