Changes for page Commercial Software

Last modified by valad on 2024/05/23 21:55

From version 4.1
edited by valad
on 2024/05/23 21:55
Change comment: There is no comment for this version
To version 3.1
edited by Thomas Coelho
on 2023/02/27 14:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.valad
1 +XWiki.thw
Content
... ... @@ -37,16 +37,12 @@
37 37  
38 38  The Libraries are not in the default library path. If you want the use them you have to set or extend the LD_LIBRARY_PATH. Run your programm like that
39 39  
40 -{{code language="bash"}}
41 -LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out
42 -{{/code}}
40 +{{{ LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out}}}
43 43  
44 44  if your binary is named a.out. You can put the LD_LIBRARY_PATH with an export statement in your .profile to have it always available.
45 45  
46 46  The NAG Libraries are commercial software and require a valid license. Define a second environment variable pointing to the license file:
47 47  
48 -{{code language="bash"}}
49 -export NAG_KUSARI_FILE=/home/software/NAG/license.lic
50 -{{/code}}
46 +{{{export NAG_KUSARI_FILE=/home/software/NAG/license.lic}}}
51 51  
52 52  This can also be added to the .profile.