*** empty log message ***

This commit is contained in:
adam 2010-05-03 07:40:30 +00:00
parent a0117b464f
commit 49d190196a
2 changed files with 5 additions and 5 deletions

View File

@ -219,7 +219,7 @@ namespace nglib {
if test "x$Netgen_ok" == xno ; then if test "x$Netgen_ok" == xno ; then
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
AC_MSG_ERROR(Netgen is not properly installed) AC_MSG_ERROR(Netgen is not properly installed. Read NETGENPLUGIN_SRC/src/NETGEN/ReadMeForNgUsers for details.)
fi fi
NETGEN_LIBS="-L${NETGEN_LIBS_DIR} -lnglib" NETGEN_LIBS="-L${NETGEN_LIBS_DIR} -lnglib"

View File

@ -9,13 +9,13 @@ Netgen can be find at http://www.hpfem.jku.at/netgen/
1. How to build Netgen for Netgen Plugin 1. How to build Netgen for Netgen Plugin
------------------------------ ------------------------------
1.1. Download Netgen archive (here netgen-4.9.11.tar.gz) and unpack it 1.1. Download Netgen archive (here netgen-4.9.12.tar.gz) and unpack it
1.2. Configure the netgen compilation. The "good" options are 1.2. Configure the netgen compilation. The "good" options are
../netgen-4.9.11/configure \ ../netgen-4.9.12/configure \
--prefix=THE_INSTALLATION_PATH \ --prefix=THE_INSTALLATION_PATH \
--enable-occ --enable-nglib --with-occ=${CASROOT} \ --with-occ=${CASROOT} \
CXXFLAGS="-DOCCGEOMETRY -I${CASROOT}/inc -DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_LIMITS_H -DHAVE_IOMANIP -I${TOGL_HOME}/include" \ CXXFLAGS="-I${TOGL_HOME}/include" \
LDFLAGS="-L${TOGL_HOME}/lib/Togl1.7" LDFLAGS="-L${TOGL_HOME}/lib/Togl1.7"
1.3. Compile the netgen product 1.3. Compile the netgen product