Readme improved

This commit is contained in:
Éder F. Zulian
2017-12-11 08:52:59 +01:00
parent 947ee2c89e
commit a0c9813867

View File

@@ -125,14 +125,15 @@ such variables to you ~/.bashrc file or equivalent.
```bash
# SystemC home and target architecture
export SYSTEMC_HOME=<path>
export SYSTEMC_TARGET_ARCH=<[linux, linux64, macosx, macosx64, ...]>
export SYSTEMC_HOME=$HOME/systemc-2.3.1
export SYSTEMC_TARGET_ARCH=linux64
# DRAMSys libraries and headers
export PYTHON_HOME=<path>
export PYTHON_HEADERS=<path>
export LIBQWT_HOME=<path>
export LIBQWT_HEADERS=<path>
export PYTHON_HOME=/usr/lib/python3.5
export PYTHON_HEADERS=/usr/include/python3.5m
export LIBQWT_HOME=/usr/local/qwt-6.1.4-svn/lib
export LIBQWT_HEADERS=/usr/local/qwt-6.1.4-svn/include
```
### Buiding with QTCreator