State more explicitly what a "complete installation" means.
This commit is contained in:
parent
514a18aaf1
commit
ac67af6da3
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
||||||
|
2007-01-14 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
|
* README: State more explicitly what a "complete installation" means.
|
||||||
|
|
||||||
2006-12-16 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
2006-12-16 Jochen Küpper <jochen@fhi-berlin.mpg.de>
|
||||||
|
|
||||||
* Makefile.am (EXTRA_DIST): Distribute exactly the necessary files
|
* Makefile.am (EXTRA_DIST): Distribute exactly the necessary files
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
This Templates directory contains template files of an EO project and
|
This Templates directory contains template files of an EO project and
|
||||||
a script createEOproject.sh to create a complete new EO project.
|
a script createEOproject.sh to create a complete new EO project.
|
||||||
|
|
||||||
The template requires a complete installation of EO.
|
The template requires a complete installation of EO, that is, you must
|
||||||
|
have run "make install" in the build-directory.
|
||||||
|
|
||||||
In particular, the C++ compiler must find the EO include files and the
|
In particular, the C++ compiler must find the EO include files and the
|
||||||
linker must find the EO libraries. Most probably, that means that you
|
linker must find the EO libraries. Most probably, that means that you
|
||||||
|
|
|
||||||
Reference in a new issue