X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=4cc4b1feb5c882f069f09f9151df8a693336b15f;hp=4a814dc15833de9ff5fc014d1dae22edc1deb866;hb=f23669d91a09066b7ecd7b07a74bea8fad61ad39;hpb=4d9d588c5df359c3c5f279fbfd4ea51d3a2afc87 diff --git a/INSTALL b/INSTALL index 4a814dc1..4cc4b1fe 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