Getting the build system components

From PdaXrom embedded

Jump to: navigation, search

Linux

Install the next packages for linux (ubuntu,debian,etc) host:

sudo aptitude install autoconf automake bison build-essential cmake fakeroot flex gawk git-core gperf gtk-doc-tools \
intltool libbz2-dev libcap-dev libglib2.0-dev libxml-simple-perl libxml2-dev lzma m4 realpath rpm sharutils subversion \
texinfo x11-xkb-utils xmlto zlib1g-dev zip libgtk2.0-dev libtool libgd2-xpm-dev libsdl1.2-dev xfonts-utils

For ubuntu 10.10 also:

sudo apt-get install autopoint

Install the next addons packages on x86-64 host for build darwin toolchains:

sudo aptitude install ia32-libs lib32stdc++6 libc6-i386 libc6-dev-i386

For Ubuntu 9.10 x86-64 create broken symlink to lib32stdc++6:

sudo ln -s libstdc++.so.6 /usr/lib32/libstdc++.so

Build system

Get the build system from svn:

svn co http://pdaxrom.svn.sourceforge.net/svnroot/pdaxrom/trunk/pdaXrom-ng
Personal tools