summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJan Darmochwal2010-07-13 17:55:06 +0200
committerJan Darmochwal2010-07-13 17:55:06 +0200
commitf29300c556e541f2bf1b63ed8c6399a6c2044c8d (patch)
tree4a549ef967177e82e6b20536f9484e8461893c7b /README
parentinitial qt4 version (diff)
downloadvmchooser-f29300c556e541f2bf1b63ed8c6399a6c2044c8d.tar.gz
vmchooser-f29300c556e541f2bf1b63ed8c6399a6c2044c8d.tar.xz
vmchooser-f29300c556e541f2bf1b63ed8c6399a6c2044c8d.zip
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
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 6 insertions, 5 deletions
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 <Path to vmchooser source> && 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