* createEOproject.sh: Set TargetDir to /tmp/<name>. This is a workaround

for automake finding the scripts of eo itself if we run it in a embedded
subdirectory.
(COPYING, INSTALL): create.

* README: State more explicitly what a "complete installation" means.
Give build-instructions for moved directories.
This commit is contained in:
kuepper 2007-01-14 18:56:31 +00:00
commit f7ce3d8b91
3 changed files with 19 additions and 3 deletions

View file

@ -13,4 +13,11 @@ setenv CPLUS_INCLUDE_PATH /usr/local/include/eo:"$CPLUS_INCLUDE_PATH"
setenv LIBRARY_PATH /usr/local/lib:"$LIBRARY_PATH"
You can freely move the created project around. However, whenever you
change the location of the source- or build-directories, you need to
run
touch configure.ac && autoreconf && make
in the source-directory and make in the build-directory.
See README.manual for more details.