Reorganized documentation files

FossilOrigin-Name: c372194c77626ff8d62673ea9ebeefb35a1546b9
This commit is contained in:
kostas
2012-05-13 03:58:20 +00:00
parent d1f28461ee
commit fbc5ffe766
6 changed files with 246 additions and 193 deletions

33
doc/Building.txt Normal file
View File

@ -0,0 +1,33 @@
Building from Source
====================
Building Fuel from source requires Qt version 4.
Qt is available at http://qt.nokia.com/downloads
Windows
---------------------
Unix-based OS
---------------------
Mac OS X
---------------------
Build Steps:
1. Generate Makefiles
/path/to/qt/bin/qmake -spec macx-g++ CONFIG+=release
2. Compile
make
3. (Optional) Include the Fossil executable within the Fuel application bundle
cp /location/to/fossil Fuel.app/Contents/MacOS
4. Package Qt dependencies into Fuel to make a standalone application bundle
/path/to/qt/bin/macdeployqt Fuel.app
5. Enjoy