X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=547036b104d03759d79626e6ac3b686b165b88c0;hp=9917afb681b23fa90405f671beed0c640c957d00;hb=40b1bbc50682effec5cf18b0923cfab24e154245;hpb=3097e583cdfd2213b3c2e1c80c6aa78a37549f76 diff --git a/INSTALL b/INSTALL index 9917afb6..547036b1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,19 +1,23 @@ 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: - - ./autogen.sh && sudo make install +Installing paraslash from git +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + autoconf && autoheader && make && sudo make install -Example for cross-compiling: - - export CROSS_COMPILE='armv6j-hardfloat-linux-gnueabi-' +Example for cross-compiling +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + export CC='armv6j-hardfloat-linux-gnueabi-gcc' 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 @@ -23,8 +27,8 @@ Example for cross-compiling: autoconf autoheader ./configure --host=arm-linux-gnueabi --prefix /usr/sysroot/arm/usr/local - make CROSS_COMPILE=$CROSS_COMPILE + make For details see the user manual: - http://paraslash.systemlinux.org/manual.html + http://people.tuebingen.mpg.de/maan/paraslash/manual.html