- Timestamp:
- 06/23/11 17:26:24 (12 years ago)
- Branches:
- master, qt5
- Children:
- 0a60f20
- Parents:
- 96344e7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
INSTALL
r96344e7 rb7d51b1 1 This is the INSTALL file for the fosdem-schedule distribution. 1 This is the INSTALL file for ConfClerk. ConfClerk is the successor of 2 fosdem-schedule; cf. docs/fosdem-schedule for the historic documentation. 2 3 3 Copyright (C) 2010 Ixonos Plc.4 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. 5 Note 8 6 9 NOTE 10 ==== 7 ConfClerk is an application intended for mobile devices like the Nokia N810 and N900. 8 The preferred distribution is using a packaged version for your distribution. 11 9 12 fosdem-schedule is an application intended for Nokia N810 and N900 Internet13 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 trademark18 owned by SPI in the United States, and managed by the debian project, as19 explained on their site.20 10 21 11 Basic Installation 22 ==================23 12 24 13 1. Type `qmake' to generate Makefiles. … … 26 15 3. Type `make install' to install the executable. 27 16 4. Type `make uninstall' to remove all installed files form your system. 28 29 Maemo Package Building30 ======================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 it37 comment out the "maemo-optify $(PKG_NAME)" line in debian/rules.38 3. Type `dpkg-buildpackage -rfakeroot -b -uc' to build a package.39
Note: See TracChangeset
for help on using the changeset viewer.