X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=4a86e967ee72955a32ed37e2fd88b849f808053e;hp=4a814dc15833de9ff5fc014d1dae22edc1deb866;hb=a85b3b947174c64ce06b4d6e438677055bf3f1ae;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/INSTALL b/INSTALL index 4a814dc1..4a86e967 100644 --- a/INSTALL +++ b/INSTALL @@ -1,19 +1,29 @@ Any knowledge of how to work with mouse and icons is not required. -From tarball: - +Installing lopsub +~~~~~~~~~~~~~~~~~ + git clone git://git.tuebingen.mpg.de/lopsub + cd lopsub && make && sudo make install + (see http://people.tuebingen.mpg.de/maan/lopsub/) + +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,10 +33,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://people.tuebingen.mpg.de/maan/paraslash/manual.html -or - http://paraslash.systemlinux.org/manual.html