From 05e90d86cc70b57caeb169b57d0b7334aaab7bec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Fri, 22 Feb 2019 13:02:50 +0100 Subject: [PATCH] Doc improved --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 775d17af..b80fda4c 100644 --- a/README.md +++ b/README.md @@ -1476,13 +1476,18 @@ path to gem5, for example in the *QtCreator under Projects > Build GEM5=/path/to/gem5/ ``` +Example: + +``` +GEM5=$HOME/gem5_tnt/gem5 +``` + Optionally, export environment variables in your **~/.bashrc** file or equivalent and open a new terminal: ```bash -# In this example gem5 is located at $HOME/gem5 (that is your home folder). -# Modify the variable to use the correct location. -export GEM5=$HOME/gem5 +# In this example gem5 is located at $HOME/gem5_tnt/gem5. +export GEM5=$HOME/gem5_tnt/gem5 # Add the folder containing libgem5_opt.so to the list where libraries should # be searched for.