Changeset 860

Show
Ignore:
Timestamp:
08/19/08 01:07:20 (4 months ago)
Author:
hobu
Message:

notes

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/HOWTORELEASE.txt

    r813 r860  
    2525  
    2626  - configure.ac 
    27   - nmake.opt 
    28   - include/liblas/capi/las_config.h 
     27  - include/liblas/capi/las_version.h 
     28  - python/setup.py 
    2929 
    30302) Update README to include any relevant info about the release that  
     
    4444   
    4545  :: 
    46        
     46      cd python 
    4747      python setup.py bdist_wininst 
    4848      python setup.py bdist_egg 
     
    5454      # ensure a .pypirc file exists here with login info 
    5555      set HOME=C:\Docume~1\hobu.FIRE-WINDOWS 
     56      c:\python24\python.exe setup.py register 
    5657      c:\python24\python.exe setup.py sdist upload 
    5758      c:\python24\python.exe setup.py bdist_wininst upload 
  • trunk/README

    r815 r860  
    2727libLAS provides excellent coverage of the ASPRS LAS 1.0 and 1.1 specifications,  
    2828and it provides support for copying variable length records from one file to  
    29 another.  As of 1.0.0-beta-1, support for creating your own variable length records  
     29another.  As of 1.0.0-beta-2, support for creating your own variable length records  
    3030is limited to the C and C++ APIs.  libLAS concentrates on reading and writing  
    3131point data for processing pipelines from C++, C, and Python.  Contact the  
     
    3737(released in `7/28/2008`_) must be linked with libLAS to provide reading support 
    3838for spatial reference systems.   
    39 The 1.0.0-beta-1 Windows binaries come provided with libgeotiff, but those folks  
     39The 1.0.0-beta-2 Windows binaries require that OSGeo4W is installed, but those folks  
    4040building libLAS on their own platforms must use the --with-geotiff configure-time  
    4141switch to tell libLAS where the library is located.