Size: 39
Comment:
|
Size: 1474
Comment: changes on 2006-12-20 broke some modules (eg POM)
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= Dowloads = | = Downloads = |
Line 3: | Line 3: |
[Sorry, not done yet] | * [http://softs.laas.fr/openrobots/php/download.php/alog-0.2.tar.gz alog-0.2] * [http://softs.laas.fr/openrobots/php/download.php/eltclsh-1.7.tar.gz eltclsh 1.7] * [http://softs.laas.fr/openrobots/php/download.php/gdhe-3.6.tar.gz gdhe 3.6] * [http://softs.laas.fr/openrobots/php/download.php/genom-1.99.901.tar.gz GenoM 2.0RC1] * [http://softs.laas.fr/openrobots/php/download.php/libedit-2.10.tar.gz libedit 2.10] * [http://softs.laas.fr/openrobots/php/download.php/mkdep-2.6.tar.gz mkdep 2.6] * [http://softs.laas.fr/openrobots/php/download.php/openprs-1.0b1-src.tgz OpenPRS 1.0b1] * [http://softs.laas.fr/openrobots/php/download.php/pocolibs-2.2.tar.gz pocolibs 2.2] = Snapshots = These are packaged subsets. A simple installer script is included. Basically, you can do something like this to install in a local {{{stage}}} directory: {{{ $ tar xfvz genombase--2006-12-19.tar.gz $ cd genombase--2006-12-19 $ ./build-genombase.sh --srcdir . install }}} And to install into {{{/usr/local/openrobots}}} the last line would be {{{ $ ./build-genombase.sh --srcdir . --prefix /usr/local/openrobots install }}} Invoke {{{build-genombase.sh}}} without arguments to see a list of options. * ''genombase'' contains {{{mkdep}}}, {{{pocolibs}}}, {{{libedit}}}, {{{eltclsh}}}, and {{{genom}}}[[BR]] attachment:genombase--2006-12-19.tar.gz [[BR]] attachment:genombase--2007-01-12.tar.bz2 /!\ ''breaks some existing modules'' |
Downloads
[http://softs.laas.fr/openrobots/php/download.php/alog-0.2.tar.gz alog-0.2]
[http://softs.laas.fr/openrobots/php/download.php/eltclsh-1.7.tar.gz eltclsh 1.7]
[http://softs.laas.fr/openrobots/php/download.php/gdhe-3.6.tar.gz gdhe 3.6]
[http://softs.laas.fr/openrobots/php/download.php/genom-1.99.901.tar.gz GenoM 2.0RC1]
[http://softs.laas.fr/openrobots/php/download.php/libedit-2.10.tar.gz libedit 2.10]
[http://softs.laas.fr/openrobots/php/download.php/mkdep-2.6.tar.gz mkdep 2.6]
[http://softs.laas.fr/openrobots/php/download.php/openprs-1.0b1-src.tgz OpenPRS 1.0b1]
[http://softs.laas.fr/openrobots/php/download.php/pocolibs-2.2.tar.gz pocolibs 2.2]
Snapshots
These are packaged subsets. A simple installer script is included. Basically, you can do something like this to install in a local stage directory:
$ tar xfvz genombase--2006-12-19.tar.gz $ cd genombase--2006-12-19 $ ./build-genombase.sh --srcdir . install
And to install into /usr/local/openrobots the last line would be
$ ./build-genombase.sh --srcdir . --prefix /usr/local/openrobots install
Invoke build-genombase.sh without arguments to see a list of options.