aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 41ec5b8..d1d5ee0 100644
--- a/README.md
+++ b/README.md
@@ -26,10 +26,14 @@ Pour télélcharger l'archive complète : https://github.com/shakahl/xbt/archive
<b>Installer XBTT :</b>
+
<code>
apt-get install cmake g++ libboost-date-time-dev libboost-dev libboost-filesystem-dev libboost-program-options-dev libboost-regex-dev libboost-serialization-dev libmysqlclient15-dev make subversion zlib1g-dev
+
cd xbt/Tracker
+
./make.sh
+
cp xbt_tracker.conf.default xbt_tracker.conf
</code>