23 lines
656 B
Plaintext
23 lines
656 B
Plaintext
Installation Instructions
|
|
*************************
|
|
|
|
Copyright (C) 2015 Matteo Paonessa
|
|
|
|
Copying and distribution of this file, with or without modification,
|
|
are permitted in any medium without royalty provided the copyright
|
|
notice and this notice are preserved. This file is offered as-is,
|
|
without warranty of any kind.
|
|
|
|
Basic Installation
|
|
==================
|
|
|
|
You should be able to compile this software the standard way.
|
|
Unpack the archive (if not cloned from GIT), enter the directory
|
|
and compile the program.
|
|
The sequence should be something like:
|
|
|
|
$ tar xfv caesiumclt-*.tar.gz
|
|
$ cd caesiumclt-*
|
|
$ ./configure
|
|
$ make
|
|
$ sudo make install |