X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=45676b7ea44d0bb5cfc854272bdcbd5cf7a2e3a0;hp=d0e8a7908cba07e2fbd5a2138d6fef3599c4982f;hb=7c9d2422d5bfe6e2daf6674f806d73767e0cc77b;hpb=f5cf47f2bc4bb76d0d21e2467c5846cade38558f diff --git a/INSTALL b/INSTALL index d0e8a790..45676b7e 100644 --- a/INSTALL +++ b/INSTALL @@ -18,14 +18,12 @@ Installing paraslash from tarball Installing paraslash from git ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - autoconf && autoheader && make && sudo make install + autoconf && autoheader && ./configure && make && sudo make install Example for cross-compiling ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - export CROSS_COMPILE='armv6j-hardfloat-linux-gnueabi-' + 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 @@ -35,7 +33,7 @@ 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: