From ac67af6da398e244f155c6aa834a2d07366d8b2a Mon Sep 17 00:00:00 2001 From: kuepper Date: Sun, 14 Jan 2007 18:13:40 +0000 Subject: [PATCH] State more explicitly what a "complete installation" means. --- eo/tutorial/Templates/ChangeLog | 4 ++++ eo/tutorial/Templates/README | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/eo/tutorial/Templates/ChangeLog b/eo/tutorial/Templates/ChangeLog index 7b816d72d..f109cfe4d 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 2391d44b5..c47326818 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