~ubuntu-branches/ubuntu/trusty/liblas/trusty

1 by Francesco Paolo Lovergine
Import upstream version 1.2.1
1
***************************************************************
2
libLAS Installation
3
***************************************************************
4
5
6
Unix
7
~~~~~~~~~~~~~~~~~~~
8
9
libLAS uses a typical GNU autoconf/automake framework for 
10
building and installation on unix-like platforms.  
11
12
The quick and dirty installation that would install things 
13
by default in /usr/local might look like:
14
15
::
16
17
    ./configure
18
    make
19
    make install
20
21
Configure libLAS for debugging and install in my home directory:
22
23
::
24
25
    ./configure --enable-debug --prefix=/home/hobu/liblas
26
27
If you are building directly from subversion, you will need to generate 
28
the configure script first.  This will require that your system have
29
autotools installed.
30
31
::
32
33
	./autogen.sh
34
    
35
Windows
36
~~~~~~~~~~~~~~~~~~~
37
38
Copy the windows package zip file into a directory of your 
39
choosing and unzip.  You should be able to run the utility 
40
applications.