* README: Better links to Templates/
* configure.in: Bump version to 1.0-beta2.
This commit is contained in:
parent
8e64e34e24
commit
7adf24b71d
3 changed files with 12 additions and 2 deletions
|
|
@ -1,3 +1,9 @@
|
|||
2006-12-17 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||
|
||||
* README: Better links to Templates/
|
||||
|
||||
* configure.in: Bump version to 1.0-beta2.
|
||||
|
||||
2006-12-03 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||
|
||||
* README: Add more specific note about tutorial.
|
||||
|
|
|
|||
|
|
@ -13,10 +13,14 @@ The latest news about EO can be found on the sourceforge repository at
|
|||
In case of any problem, please e-mail us at
|
||||
eodev-help@lists.sourceforge.net, eodev@egroups.com
|
||||
|
||||
|
||||
To get started, take a look at the tutorial, starting with
|
||||
./tutorial/html/eoTutorial.html
|
||||
|
||||
The easiest way to start programming a new genome with all EO
|
||||
evolution engines handy is to create a new standalone EO project from
|
||||
the tutorial/Templates/ directory. Read Lesson 5 of the tutorial for
|
||||
an introduction;)
|
||||
|
||||
|
||||
==================================================================
|
||||
BUILDING EO
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
dnl
|
||||
dnl Change the version number here
|
||||
AC_INIT([Evolving Objects], [1.0-cvs], [eodev-help@sourceforge.net], [eo])
|
||||
AC_INIT([Evolving Objects], [1.0-beta2], [eodev-help@sourceforge.net], [eo])
|
||||
AC_PREREQ(2.53)
|
||||
|
||||
dnl make sure we are compiling from the correct sources
|
||||
|
|
|
|||
Reference in a new issue