X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/17cb8955de7cd3fd0d20dfcda0f54a5a2aaf5e8a..d29ee509d9f5934eb2345495061010c7605bc14b:/INSTALL?ds=sidebyside diff --git a/INSTALL b/INSTALL index e69de29..32501eb 100644 --- a/INSTALL +++ b/INSTALL @@ -0,0 +1,36 @@ +This is the INSTALL file for the fosdem-schedule distribution. + + Copyright (C) 2010 Ixonos Plc. + + Copying and distribution of this file, with or without modification, + are permitted in any medium without royalty provided the copyright + notice and this notice are preserved. + +NOTE +==== + +fosdem-schedule is an application intended for Nokia N810 and N900 Internet +tablet devices. Therefor the preferred distribution is a Debian package. +Notice the different release of the Maemo platform on each of the devices, +which requires a specific Debian package. + +Maemo is a trademark of Nokia Corporation. Debian is a registered trademark +owned by SPI in the United States, and managed by the debian project, as +explained on their site. + +Basic Installation +================== + +1. Type `qmake' to generate Makefiles. +2. Type `make' to compile the source code. +3. Type `make install' to install the executable. +4. Type `make uninstall' to remove all installed files form your system. + +Maemo Package Building +====================== + +1. Type `qmake' to generate Makefiles. +2. Check the "Build-Depends" section of the control file for required packages. + Ignore the version strings when building a package for Maemo 3 (Diablo). +3. Type `dpkg-buildpackage -rfakeroot -b -uc' to build a package. + \ No newline at end of file