Talk:Pdaxrom: Development

From OESF

Jump to: navigation, search

Contents

Suggested additions to Pdaxrom: Development

Pre-compile

Autoconf configure scripts

  • Recommended options, e.g.:
LDFLAGS="-Wl,-rpath-link, \
/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/lib" ./configure \
--host=armv5tel-cacko-linux --build=i686-linux \
--x-includes=/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/include \
--x-libraries=/opt/arm/3.3.2-vfp/armv5tel-cacko-linux/X11R6/lib \
--disable-debug --prefix=/usr

NB: /usr prefix is strongly recommended over /usr/local so that files installed from packages are clearly seperated from those installed manually by the user. See FHS guidelines.

  • Using ./configure --help to discover program-specific options.

Post-compile

  • Menu file creation for /usr/share/applications.
  • Icon creation (file type, suggested resolution, etc) for /usr/share/pixmaps.
Personal tools