Readme improved
This commit is contained in:
13
README.md
13
README.md
@@ -125,14 +125,15 @@ such variables to you ~/.bashrc file or equivalent.
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# SystemC home and target architecture
|
# SystemC home and target architecture
|
||||||
export SYSTEMC_HOME=<path>
|
export SYSTEMC_HOME=$HOME/systemc-2.3.1
|
||||||
export SYSTEMC_TARGET_ARCH=<[linux, linux64, macosx, macosx64, ...]>
|
export SYSTEMC_TARGET_ARCH=linux64
|
||||||
|
|
||||||
# DRAMSys libraries and headers
|
# DRAMSys libraries and headers
|
||||||
export PYTHON_HOME=<path>
|
export PYTHON_HOME=/usr/lib/python3.5
|
||||||
export PYTHON_HEADERS=<path>
|
export PYTHON_HEADERS=/usr/include/python3.5m
|
||||||
export LIBQWT_HOME=<path>
|
|
||||||
export LIBQWT_HEADERS=<path>
|
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
|
### Buiding with QTCreator
|
||||||
|
|||||||
Reference in New Issue
Block a user