From ce7f85c3e11c4d68c2fa66aefffc4e8e4d9ef5c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20Ferreira=20Zulian?= Date: Tue, 21 Apr 2015 16:54:07 +0200 Subject: [PATCH] Some fixes after review. --- README.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b3f783e..49080653 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,14 @@ Create a directory for your projects. $ mkdir projects ``` -Clone the repository (in case of doubts about which repository you should -clone ask your supervisor). +Clone the repository. + +It is possible that you will work with a **fork** of the official codebase. A +fork is a copy of a repository. In that case, after pushing changes into your +copy you should create a **pull request** in order to your supervisor check +and possibly bring your changes to the official codebase. + +In case of doubts about which repository you should clone ask your supervisor. ``` $ git clone https://@git.rhrk.uni-kl.de//dram.vp.system.git @@ -36,12 +42,12 @@ $ cd dram.vp.system Execute the script below. ``` -$ install_prerequisites.sh +$ ./install_prerequisites.sh ``` ## With QTCreator -Execute the *qtcreator*. +Execute the *QTCreator*. ``` $ qtcreator & @@ -61,6 +67,9 @@ Repeat the procedure above and build the trace analyser project. ## Without QTCreator +In case you prefer a command line interface to the QTCreator GUI you can also +use **qmake** to generate a Makefile and then compile the project. + ``` $ cd dram $ mkdir build