- Notifications
You must be signed in to change notification settings - Fork0
librelab/qtmoko-test
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Compling from sources===================== * Download and install toolchaincd /sudo wgethttp://sourceforge.net/projects/qtmoko/files/qtmoko-debian-toolchain-armv4t-eabi.tar.gz/downloadsudo tar xzvpf qtmoko-debian-toolchain-armv4t-eabi.tar.gz * If you are on x86_64 you will need to download following 32bit libraries:libmpfr1ldbl_XXX_i386.deblibgmp3c2_XXX_i386.deb and extract the libraries from these package to /usr/lib32 * Clone current git tree:git clone git://github.com/radekp/qtmoko.git * Initialize and update submodulescd qtmokogit submodule initgit submodule update * Create build directory (you cant build from the git directory)mkdir ../buildcd ../build * Build it:../qtmoko/configure -device neo -D _FORTIFY_SOURCE=0 -rtti -confirm-licensemakemake install * In case of errors you might try -force-build-qt argument. * Upload the result to your device (you must have phone and usb network up)../qtmoko/devices/neo/scripts/update_qtmokoQt Extended README==================OverviewThis is Trolltech's Qt Extended Open Source edition. See the LICENSE.GPL file for the licensing information of this software.This package contains source code for Qt Extended plus parts of the source code of Qt. Apart from this source package it should not be necessery to install any other Trolltech package to be able to compile Qt Extended.DocumentationThe package contains the Qt Extended reference documentation including all relevant Qt documentation. The documentation includes the following: - doc/html/index.html: the starting page for all documentation. - doc/html/getting-started.html: for help with installing, building and running Qt Extended. - doc/html/building-guide.html: for detailed help with building Qt Extended from source.For the most up-to-date information, please refer to thehttp://doc.trolltech.com/LicensesYou can only develop GPL licensed applications using the Qt Extended Open Source edition. If you wish to develop a commercial application, please go tohttp://www.trolltech.com/downloads to purchase the commercial package.For questions regarding licensing terms, email qt-sales@nokia.com.Copyright C 2009 Trolltech ASA