]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
*** empty log message ***
authoradam <adam>
Mon, 3 May 2010 07:40:30 +0000 (07:40 +0000)
committeradam <adam>
Mon, 3 May 2010 07:40:30 +0000 (07:40 +0000)
adm_local/unix/config_files/check_NETGEN.m4
src/NETGEN/ReadMeForNgUsers

index 6a8d94e10868276d11557a8196618dc2e9d41087..085c65794334ba344cc8c790fbca7ffa32da0fe3 100644 (file)
@@ -219,7 +219,7 @@ namespace nglib {
 
       if test "x$Netgen_ok" == xno ; then
       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
 
       NETGEN_LIBS="-L${NETGEN_LIBS_DIR} -lnglib"
index ddea381229c72775c7d973209d30d8e6cd5e816d..7d982a80803a6d56266c830bfa6ce2cfc4de690f 100644 (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.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
-     ../netgen-4.9.11/configure \
+     ../netgen-4.9.12/configure \ 
         --prefix=THE_INSTALLATION_PATH \
-        --enable-occ --enable-nglib --with-occ=${CASROOT} \
-        CXXFLAGS="-DOCCGEOMETRY -I${CASROOT}/inc -DHAVE_IOSTREAM -DHAVE_LIMITS -DHAVE_LIMITS_H -DHAVE_IOMANIP -I${TOGL_HOME}/include" \
+        --with-occ=${CASROOT} \
+        CXXFLAGS="-I${TOGL_HOME}/include" \
         LDFLAGS="-L${TOGL_HOME}/lib/Togl1.7"
 
 1.3. Compile the netgen product