From 5893bed2fb5d98c57365f49f39b68535a2d9935d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Wed, 31 Jan 2018 14:58:17 +0100 Subject: [PATCH] README updated --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ac54547..b2cf6e2a 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,10 @@ To grant flexibility to the user the paths where to find some essential libraries and headers can be specified with environment variables. Make sure you have the environment variables below in your ~/.bashrc file. +Note that some of the variables are automatically generated by the scripts. If +you install the libraries in custom paths in your system you have to adapt the +environment variables accordingly. + ```bash # SystemC home and target architecture export SYSTEMC_HOME=$HOME/systemc-2.3.1a @@ -165,8 +169,8 @@ In the left bar go to **Projects -> Build & Run -> Build Steps -> Make**. Click in **Details** then **Make arguments** and add **-j** followed by the number you got. -If you face a problem related to the **eval** function double check the -configurations shown in the image below. +In case you face a problem related to the **Qt version** double check the **Qt +version** configuration shown in the image below. ![Qt Creator Configuration](DRAMSys/docs/images/QtCreatorConfig.png)