diff options
author | Jonathan Bauer | 2011-06-24 16:06:30 +0200 |
---|---|---|
committer | Jonathan Bauer | 2011-06-24 16:06:30 +0200 |
commit | ea78d18c21d3d5862cf7bae40fa7bf8f1e321438 (patch) | |
tree | 0c82552d8218de271ed01f76818898f0af74c928 /README | |
parent | started command line parsing.. (diff) | |
download | fbsplash-ea78d18c21d3d5862cf7bae40fa7bf8f1e321438.tar.gz fbsplash-ea78d18c21d3d5862cf7bae40fa7bf8f1e321438.tar.xz fbsplash-ea78d18c21d3d5862cf7bae40fa7bf8f1e321438.zip |
scripts changes
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,11 +6,11 @@ To compile, use: ./build.sh -(this will generate the binary in the build/ subdirectory) +This script will compile the source code in the build/ subdirectory. +(with the option "-c" can the build directory be cleaned before rebuilding) Note: Make sure qmake (from QtEmbedded) is in your PATH variable. - To run the program (on the qvfb), use: ./run.sh |