diff options
author | Matthias Jung <jungma@eit.uni-kl.de> | 2017-01-09 09:33:42 -0600 |
---|---|---|
committer | Matthias Jung <jungma@eit.uni-kl.de> | 2017-01-09 09:33:42 -0600 |
commit | 5b08ae2372c4d20e332891b54c1266b30df90b3e (patch) | |
tree | ea88d6ff78a4aa9cb8ec6d33392df06e970c005e /util/cxx_config/README | |
parent | b682366b301714d8329e1cf556b715ff8ae48c55 (diff) | |
download | gem5-5b08ae2372c4d20e332891b54c1266b30df90b3e.tar.xz |
misc: Documentation Update
Updates for READMEs of /util/cxx_config, /util/systemc, /util/tlm.
Some minor corrections, mostly with respect to MAC/OSX
Signed-off-by: Jason Lowe-Power <jason@lowepower.com>
Diffstat (limited to 'util/cxx_config/README')
-rw-r--r-- | util/cxx_config/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/util/cxx_config/README b/util/cxx_config/README index a80f7ad8f..50c15bd7b 100644 --- a/util/cxx_config/README +++ b/util/cxx_config/README @@ -19,6 +19,15 @@ needed): > scons --with-cxx-config --without-python build/ARM/libgem5_opt.so > cd util/cxx_config +Note: For MAC / OSX this command should be used: +> scons --with-cxx-config --without-python build/ARM/libgem5_opt.dylib + +Set a proper LD_LIBRARY_PATH e.g. for bash: +> export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/path/to/gem5/build/ARM/" + +or for MAC / OSX: +> export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:/path/to/gem5/build/ARM/" + Then edit Makefile to set the paths for PYTHON and run make > make |