Commentary

This commit is contained in:
Wilson Snyder 2015-04-09 18:57:25 -04:00
parent 793c974480
commit cb7abcbaea

View File

@ -1359,6 +1359,7 @@ And link with SystemC. Note your path to the libraries may vary,
depending on the operating system.
export SYSTEMC_LIBDIR=/path/to/where/libsystemc.a/exists
export LD_LIBRARY_PATH=$SYSTEMC_LIBDIR:$LD_LIBRARY_PATH
# Might be needed if SystemC 2.3.0
export SYSTEMC_CXX_FLAGS=-pthread
@ -1498,6 +1499,12 @@ After running Make, the C++ compiler should produce the following:
=over 4
=item LD_LIBRARY_PATH
A generic Linux/OS variable specifying what directories have shared object
(.so) files. This path should include SystemC and any other shared objects
needed at runtime.
=item OBJCACHE
Optionally specifies a caching or distribution program to place in front of