Changes for page Commercial Software
Last modified by valad on 2024/05/23 21:55
From version 3.1
edited by Thomas Coelho
on 2023/02/27 14:46
on 2023/02/27 14:46
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. thw1 +XWiki.valad - Content
-
... ... @@ -37,12 +37,16 @@ 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 -{{{ LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out}}} 40 +{{code language="bash"}} 41 +LD_LIBRARY_PATH=/home/software/NAG/cll6i24dcl/lib ./a.out 42 +{{/code}} 41 41 42 42 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. 43 43 44 44 The NAG Libraries are commercial software and require a valid license. Define a second environment variable pointing to the license file: 45 45 46 -{{{export NAG_KUSARI_FILE=/home/software/NAG/license.lic}}} 48 +{{code language="bash"}} 49 +export NAG_KUSARI_FILE=/home/software/NAG/license.lic 50 +{{/code}} 47 47 48 48 This can also be added to the .profile.