Changeset 860
- Timestamp:
- 08/19/08 01:07:20 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
HOWTORELEASE.txt (modified) (3 diffs)
-
README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/HOWTORELEASE.txt
r813 r860 25 25 26 26 - configure.ac 27 - nmake.opt28 - include/liblas/capi/las_config.h27 - include/liblas/capi/las_version.h 28 - python/setup.py 29 29 30 30 2) Update README to include any relevant info about the release that … … 44 44 45 45 :: 46 46 cd python 47 47 python setup.py bdist_wininst 48 48 python setup.py bdist_egg … … 54 54 # ensure a .pypirc file exists here with login info 55 55 set HOME=C:\Docume~1\hobu.FIRE-WINDOWS 56 c:\python24\python.exe setup.py register 56 57 c:\python24\python.exe setup.py sdist upload 57 58 c:\python24\python.exe setup.py bdist_wininst upload -
trunk/README
r815 r860 27 27 libLAS provides excellent coverage of the ASPRS LAS 1.0 and 1.1 specifications, 28 28 and 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 records29 another. As of 1.0.0-beta-2, support for creating your own variable length records 30 30 is limited to the C and C++ APIs. libLAS concentrates on reading and writing 31 31 point data for processing pipelines from C++, C, and Python. Contact the … … 37 37 (released in `7/28/2008`_) must be linked with libLAS to provide reading support 38 38 for spatial reference systems. 39 The 1.0.0-beta- 1 Windows binaries come provided with libgeotiff, but those folks39 The 1.0.0-beta-2 Windows binaries require that OSGeo4W is installed, but those folks 40 40 building libLAS on their own platforms must use the --with-geotiff configure-time 41 41 switch to tell libLAS where the library is located.
