X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=85b4fab1ff04219e136ea00fe6cfb2d1a5ea97ab;hp=0f4c18b647e0e6c2fc921bbded745275458d70c7;hb=becfb4be64a123630775b6517279ed20e4b498f8;hpb=7584638594109184f329bead008f1dcdd9030767 diff --git a/INSTALL b/INSTALL index 0f4c18b6..85b4fab1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +1,36 @@ Any knowledge of how to work with mouse and icons is not required. -From tarball: +Installing osl +~~~~~~~~~~~~~~ + git clone git://git.tuebingen.mpg.de/osl + cd osl && make && sudo make install + (see http://people.tuebingen.mpg.de/maan/osl/) +Installing paraslash from tarball +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./configure && make && sudo make install -From git: +Installing paraslash from git +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + autoconf && autoheader && make && sudo make install - ./autogen.sh && sudo make install +Example for cross-compiling +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + export CROSS_COMPILE='armv6j-hardfloat-linux-gnueabi-' + export PATH="/usr/cross/arm/bin:$PATH" + export CC=${CROSS_COMPILE}gcc + + export LDFLAGS=' + -L/usr/sysroot/arm/lib + -L/usr/sysroot/arm/usr/lib + -L/usr/sysroot/arm/usr/lib/glibc/lib + -L/usr/sysroot/arm/usr/local/ssl/lib + ' + autoconf + autoheader + ./configure --host=arm-linux-gnueabi --prefix /usr/sysroot/arm/usr/local + make CROSS_COMPILE=$CROSS_COMPILE For details see the user manual: - http://paraslash.systemlinux.org/manual.html + http://people.tuebingen.mpg.de/maan/paraslash/manual.html