]> SALOME platform Git repositories - tools/yacsgen.git/commitdiff
Salome HOME
DSO for ASTER 2 example
authorribes <ribes>
Wed, 18 May 2011 13:32:48 +0000 (13:32 +0000)
committerribes <ribes>
Wed, 18 May 2011 13:32:48 +0000 (13:32 +0000)
Examples/ast2/README.txt
Examples/ast2/fcompo/Makefile

index fa648b50d35295b97d0011468104253e67747238..08b30cb83d821bd7cea3132bf88145c90eda6640 100644 (file)
@@ -28,6 +28,7 @@ Build the fcompo executable, under the SALOME application environment::
 Build the Code_Aster executable ::
 
   cd myaster
+  modify the config.txt for your SALOME Installation
   make
 
 Modify the exeaster script that drives the ASTER execution (change the files path)
index a28228b427fd697310f6cb0796deb81b1081c000..25eaaa940ad05a7028aacc4fa1d80828b2793d9a 100644 (file)
@@ -21,7 +21,8 @@ include ../../makefile.inc
 
 all:prog
 prog:compo.o
-       $(FC) -o prog compo.o -L../install/lib/salome -lcfortExelib
+       $(FC) -o prog compo.o -L../install/lib/salome -lcfortExelib -L$(KERNEL_ROOT_DIR)/lib/salome -lCalciumC
+
 compo.o:compo.f
        $(FC) -c compo.f -I$(KERNEL_ROOT_DIR)/include/salome -fexceptions