diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |