From a0c9813867ed21cddf3052a1d473d253fa13be95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Mon, 11 Dec 2017 08:52:59 +0100 Subject: [PATCH] Readme improved --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 38052c76..db4bbc9e 100644 --- a/README.md +++ b/README.md @@ -125,14 +125,15 @@ such variables to you ~/.bashrc file or equivalent. ```bash # SystemC home and target architecture -export SYSTEMC_HOME= -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= -export PYTHON_HEADERS= -export LIBQWT_HOME= -export LIBQWT_HEADERS= +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