First round of documentation updates.
[toast/confclerk.git] / docs / fosdem-schedule / INSTALL
1 This is the INSTALL file for the fosdem-schedule distribution.
2
3   Copyright (C) 2010 Ixonos Plc. 
4
5   Copying and distribution of this file, with or without modification,
6   are permitted in any medium without royalty provided the copyright
7   notice and this notice are preserved.
8
9 NOTE
10 ====
11
12 fosdem-schedule is an application intended for Nokia N810 and N900 Internet
13 tablet devices.  Therefor the preferred distribution is a Debian package.
14 Notice the different release of the Maemo platform on each of the devices,
15 which requires a specific Debian package.  
16
17 Maemo is a trademark of Nokia Corporation.  Debian is a registered trademark
18 owned by SPI in the United States, and managed by the debian project, as
19 explained on their site.
20
21 Basic Installation
22 ==================
23
24 1. Type `qmake' to generate Makefiles.
25 2. Type `make' to compile the source code.
26 3. Type `make install' to install the executable.  
27 4. Type `make uninstall' to remove all installed files form your system.      
28
29 Maemo Package Building 
30 ======================
31
32 1. Type `qmake' to generate Makefiles.
33 2. Check the "Build-Depends" section of the control file for required packages.
34    Maemo 3 (Diablo) specific:
35    - Ignore the version strings when building a package for Maemo 3 (Diablo).
36    - Optification of the package is not explicitly required, to disable it
37      comment out the "maemo-optify $(PKG_NAME)" line in debian/rules.  
38 3. Type `dpkg-buildpackage -rfakeroot -b -uc' to build a package.  
39