X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=INSTALL;h=547036b104d03759d79626e6ac3b686b165b88c0;hp=4cc4b1feb5c882f069f09f9151df8a693336b15f;hb=9f3fe55418589acab8dfb809e787f15a46f7d174;hpb=ca006af72cef95b0aba3cad799badde47010a621 diff --git a/INSTALL b/INSTALL index 4cc4b1fe..547036b1 100644 --- a/INSTALL +++ b/INSTALL @@ -16,10 +16,8 @@ Installing paraslash from git 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 @@ -29,10 +27,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