From: James Bunton Date: Sun, 21 Dec 2003 11:44:18 +0000 (+0000) Subject: Updated the README a litte.. X-Git-Url: https://code.delx.au/virtualtones/commitdiff_plain/a132d76b55c3c8f89ad79e7a70d9983ad12021fc Updated the README a litte.. --- diff --git a/README.txt b/README.txt index 58eba3b..922849a 100644 --- a/README.txt +++ b/README.txt @@ -34,6 +34,23 @@ That usually does the trick. +COMPILING +--------- + +Linux, with an OSS sequencer and Qt2.x or greater + cd vtones + qmake + make + + +Windows with Qt2.3 non-commercial + * Start a command shell + * Run vcvars32.bat (it should be in your Visual Studio directory) + cd vtones + tmake -o Makefile -win32 vtones.pro + nmake + + TODO ----