Slightly modified the README.tmpl for more help to first-timers
This commit is contained in:
parent
5c255c805e
commit
ba9d9f42e5
1 changed files with 11 additions and 4 deletions
|
|
@ -1,10 +1,17 @@
|
||||||
This is an autogenerated EO project
|
This is an autogenerated EO project.
|
||||||
|
It was (most probably) generated using the createEOproject.sh
|
||||||
Fill in the marked code-snippets in the files in src/ and you have a
|
script in the ...eo-dir/tutorial/Templates directory.
|
||||||
complete EA project.
|
|
||||||
|
|
||||||
The project has a complete build-infrastructure based on
|
The project has a complete build-infrastructure based on
|
||||||
automake/autoconf. You can simply run "make" in this directory to have
|
automake/autoconf. You can simply run "make" in this directory to have
|
||||||
the program compiled. The executable build will be in src/.
|
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.
|
||||||
|
|
||||||
|
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!
|
Enjoy!
|
||||||
|
|
|
||||||
Reference in a new issue