* mutation.tmpl, quadCrossover.tmpl, stat.tmpl: Initialize formerly
uninitialized variables. * README.tmpl: Hint to regular Templates/README for details. * README: Add documentation for adding new source-files. * Makefile.am.src-tmpl (noinst_HEADERS): Add (MyStruct_SOURCES): Move header files from here to the new noinst_HEADERS variable.
This commit is contained in:
parent
4a9c5127f8
commit
8acc9dcbce
7 changed files with 54 additions and 30 deletions
|
|
@ -1,17 +1,21 @@
|
|||
This is an autogenerated EO project.
|
||||
It was (most probably) generated using the createEOproject.sh
|
||||
script in the ...eo-dir/tutorial/Templates directory.
|
||||
This is an autogenerated EO project. It was (most probably) generated
|
||||
using the createEOproject.sh script in the
|
||||
<eo-dir>/tutorial/Templates directory.
|
||||
|
||||
The project has a complete build-infrastructure based on
|
||||
automake/autoconf. You can simply run "make" in this directory to have
|
||||
the program compiled. The executable build will be in src/.
|
||||
In case of problem during this step, please read the README file
|
||||
in the ...eo-dir/tutorial/Templates directory.
|
||||
the program compiled. The executable build will be in src/. In case of
|
||||
problem during this step, please read the README file in the
|
||||
...eo-dir/tutorial/Templates directory.
|
||||
|
||||
After creation, the project should compile nicely - but of course
|
||||
the resulting program does noting at all but print a few silly lines.
|
||||
After creation, the project should compile nicely - but of course the
|
||||
resulting program does noting at all but print a few silly lines.
|
||||
|
||||
Fill in the marked code-snippets in the files in src/ and you have a
|
||||
complete EA project (detailed explanations in EO Tutorial - Lesson 5).
|
||||
|
||||
Enjoy!
|
||||
|
||||
|
||||
For details, for example on moving your project around or adding new
|
||||
files, see <eo-dir>/tutorial/Templates/README.
|
||||
|
|
|
|||
Reference in a new issue