X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=85b4fab1ff04219e136ea00fe6cfb2d1a5ea97ab;hp=9917afb681b23fa90405f671beed0c640c957d00;hb=0b6e7a20c19d642f9d8e65683e1525c91dd3de39;hpb=e6e3a404091110ac770f65dad64e194f5900cd27 diff --git a/INSTALL b/INSTALL index 9917afb6..85b4fab1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,15 +1,21 @@ 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 - -Example for cross-compiling: +Installing paraslash from git +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + autoconf && autoheader && make && 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 @@ -27,4 +33,4 @@ Example for cross-compiling: For details see the user manual: - http://paraslash.systemlinux.org/manual.html + http://people.tuebingen.mpg.de/maan/paraslash/manual.html