This commit is contained in:
Matteo Paonessa 2015-07-24 11:00:43 +02:00
parent 02be4af16d
commit 26e6802d4c
1 changed files with 8 additions and 0 deletions

View File

@ -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