diff --git a/eo/tutorial/Templates/ChangeLog b/eo/tutorial/Templates/ChangeLog index 7b816d72..f109cfe4 100644 --- a/eo/tutorial/Templates/ChangeLog +++ b/eo/tutorial/Templates/ChangeLog @@ -1,3 +1,7 @@ +2007-01-14 Jochen Küpper + + * README: State more explicitly what a "complete installation" means. + 2006-12-16 Jochen Küpper * Makefile.am (EXTRA_DIST): Distribute exactly the necessary files diff --git a/eo/tutorial/Templates/README b/eo/tutorial/Templates/README index 2391d44b..c4732681 100644 --- a/eo/tutorial/Templates/README +++ b/eo/tutorial/Templates/README @@ -1,7 +1,8 @@ This Templates directory contains template files of an EO project and 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 linker must find the EO libraries. Most probably, that means that you