git-svn-id: https://svn.code.sf.net/p/pianobooster/code/trunk@18 ba081f5d-443b-49a7-ac4b-446c3f91f371

This commit is contained in:
louisjb 2008-12-30 21:01:34 +00:00
parent 2b606eeb8d
commit 34af60dc1a
2 changed files with 41 additions and 7 deletions

View File

@ -80,6 +80,3 @@
As part of GNU General Public License the source code for PianoBooster is available from
the Source Forge site <http://pianobooster.sourceforge.net/>
See the file compiling.txt for instructions on how to compile and build the source code.
Please notify the author if you make any changes to Piano Booster.

View File

@ -1,6 +1,43 @@
===============================================================================================
TO COMPILE THE SOURCE CODE IN LINUX
===============================================================================================
In the PianoBooster directory type "cd build" to change to the "build" directory
then type "cmake ../src", followed by "make".
There is no installer yet (the command "make install" has not been tested)
Please notify the author if you make any changes to the Piano Booster source code.
===============================================================================================
TO COMPILE THE SOURCE CODE IN WINDOWS
===============================================================================================
To compile in Windows install the Open Source version of Qt and CMake and optionally Geany.
When installing Qt select the option to download and install the MinGW compiler. Open the
Qt Command Prompt and then change to the "PianoBooster\build" directory and then type the
command below.
"C:\Program Files\CMake 2.6\bin\cmake.exe" -G "MinGW Makefiles" ..\src
Once this is completed type "make".
Please notify the author if you make any changes to the Piano Booster source code.
===============================================================================================
LICENSE
===============================================================================================
Piano Booster is fully copyrighted by the author and all rights are reserved.
PianoBooster is free software (Open Source software): you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later version.
PianoBooster is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License in the file "gplv3.txt" or from the web site
<http://www.gnu.org/licenses/>.
== TO COMPILE THE SOURCE CODE ==
In the PianoBooster directory type "cd build" to change to the "build" directory
then type "cmake ../src", followed by "make".
There is no installer yet (the command "make install" has not been tested)