paradiseo/eo/tutorial/Templates/README.tmpl
kuepper 301e29ac02 * EO.tpl, MyStructEA.cpp, MyStructSEA.cpp, make_MyStruct.cpp: Use
correct names for includes.

* README.manual: This is a copy of the old README.

* README: Describe the new way and setup of creating a new EO project.

* createEOproject.sh, Makefile.am.src-tmpl, Makefile.am.top-tmpl:
* configure.ac.tmpl: New files to create a standalone EO project from
templates.
2006-12-16 21:55:03 +00:00

10 lines
324 B
Cheetah

This is an autogenerated EO project
Fill in the marked code-snippets in the files in src/ and you have a
complete EA project.
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/.
Enjoy!