X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=4a86e967ee72955a32ed37e2fd88b849f808053e;hp=0f4c18b647e0e6c2fc921bbded745275458d70c7;hb=07daa886fda65b868966c19e812c42433ffbfd5b;hpb=ad9154ccd56f318675e19d773c0a848aab7fd574 diff --git a/INSTALL b/INSTALL index 0f4c18b6..4a86e967 100644 --- a/INSTALL +++ b/INSTALL @@ -1,13 +1,40 @@ 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: +Installing paraslash from git +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + autoconf && autoheader && make && sudo make install - ./autogen.sh && sudo make install +Example for cross-compiling +~~~~~~~~~~~~~~~~~~~~~~~~~~~ + export CC='armv6j-hardfloat-linux-gnueabi-gcc' + export PATH="/usr/cross/arm/bin:$PATH" + 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 For details see the user manual: - http://paraslash.systemlinux.org/manual.html + http://people.tuebingen.mpg.de/maan/paraslash/manual.html