	
*******************************************************************************


                                        XFLR5

                     A tool for the design of Airfoils, Wings and Planes
                          operating at low Reynolds numbers

                                Copyright (C) 2003-2012

                                     Andre Deperrois


*******************************************************************************


Licence :

    This program is free 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 2 of the License, or (at your option) any later version.

    This program 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 for more details.

    You should have received a copy of the GNU General Public
    License along with this program; if not, write to the 
    Free Software Foundation, Inc.,
    59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


                       **************************

Source code download

	To keep up-to-date with the latest source code modifications, use an SVN client to check out the code 
	from the repository @sourceforge.net
		

Compilation instructions
	- To compile on Windows, Mac, and Linux, the easiest way is to download QtCreator from Nokia.
		In Windows, QtCreator comes with the MinGW compiler.
		In Linux, you may also need to install the Mesa-devel package

	Other possibilities:
        - To compile under Ubuntu/Debian Linux, please do the following:
			go to the directory, type dpkg-buildpackage -rfakeroot.

        - To compile manually on any Linux distro, please follow the following steps:
			1. Get the libqt4-devel, Mesa and Mesa-devel packages
			2. qmake -makefile xflr5.pro target.path=/usr/bin
			3. make
			4. sudo make install 

        - To compile on MacOSX, please follow the following steps:
			1. qmake -makefile
			2. qmake -spec macx-g++
			3. make -j3
			4. ./mac/makedist	

