From 26e6802d4c313f48d3aacee42bf044c3f6498f70 Mon Sep 17 00:00:00 2001 From: Matteo Paonessa Date: Fri, 24 Jul 2015 11:00:43 +0200 Subject: [PATCH] Fixed #1 --- INSTALL | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL b/INSTALL index 454a0b7..56a8a30 100644 --- a/INSTALL +++ b/INSTALL @@ -20,4 +20,12 @@ The sequence should be something like: $ cd caesiumclt-* $ ./configure $ make + $ sudo make install + +Cloning from git +================== + $ git clone https://github.com/Lymphatus/CaesiumCLT + $ cd CaesiumCLT + $ ./configure + $ make $ sudo make install \ No newline at end of file