Diff for /rpl/README between versions 1.20 and 1.26

version 1.20, 2012/04/07 16:39:04 version 1.26, 2013/03/23 17:57:55
Line 22  symbolic and scientific computations. Line 22  symbolic and scientific computations.
   
   * RPL/2 requires :    * RPL/2 requires :
     - nawk or gawk;      - nawk or gawk;
       - gmake;
     - libtool 1.5 or newer. To build RPL/2 on Mac OSX, you should have to      - libtool 1.5 or newer. To build RPL/2 on Mac OSX, you should have to
     add libtool m4 path in tools/file-*/configure.ac and      add libtool m4 path in tools/file-*/configure.ac and
     tools/file-*/Makefile.am;      tools/file-*/Makefile.am;
     - gcc-4.4 or newer;      - gcc-4.4 or newer;
     - g++-4.4 or newer;      - g++-4.4 or newer;
     - gfortran-4.4 or newer;      - gfortran-4.4 or newer.
     - bash in /bin/bash. To build RPL/CAS on NetBSD, you have to add a soft link  
       like 'ln -s /usr/pkg/bin/bash /bin/bash'.  
   
     RPL/2 build process invoques automake and autoconf.      RPL/2 build process invoques automake and autoconf.
   
Line 48  flags. Line 47  flags.
   
 ../rpl/configure --host=arm-unknown-linux-gnueabi --enable-full-static  ../rpl/configure --host=arm-unknown-linux-gnueabi --enable-full-static
 --with-sysroot=/home/bertrand/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot  --with-sysroot=/home/bertrand/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot
 --without-mysql --without-postgresql  --without-mysql --without-postgresql --without-x
 --with-rpltools=/home/bertrand/cvs/rpl/build --with-openssl-arch=linux-generic32  --with-rpltools=/home/bertrand/cvs/rpl/build --with-openssl-arch=linux-generic32
   
     Of course, you have to configure OpenSSL with --with-openssl-arch.      Of course, you have to configure OpenSSL with --with-openssl-arch.

Removed from v.1.20  
changed lines
  Added in v.1.26


CVSweb interface <joel.bertrand@systella.fr>