This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
shapelib /
| name | age | message | |
|---|---|---|---|
| |
Interface.html | Tue Dec 30 06:13:28 -0800 2008 | |
| |
Interface.rd | Tue Dec 30 06:13:28 -0800 2008 | |
| |
README.txt | Tue Dec 30 06:13:28 -0800 2008 | |
| |
depend | Tue Dec 30 06:13:28 -0800 2008 | |
| |
extconf.rb | Tue Dec 30 07:39:58 -0800 2008 | |
| |
lib/ | Tue Dec 30 06:42:08 -0800 2008 | |
| |
libtest.rb | Tue Dec 30 06:13:28 -0800 2008 | |
| |
main.c | Tue Dec 30 07:39:58 -0800 2008 | |
| |
ruby-shapelib.spec | Tue Dec 30 06:13:28 -0800 2008 | |
| |
sfcode.h | Tue Dec 30 06:13:28 -0800 2008 | |
| |
sflist.h | Tue Dec 30 06:13:28 -0800 2008 | |
| |
shapelib.gemspec | Tue Dec 30 07:39:58 -0800 2008 | |
| |
shpplus.c | Tue Dec 30 07:39:58 -0800 2008 | |
| |
shpplus.h | Tue Dec 30 06:13:28 -0800 2008 | |
| |
spcode.h | Tue Dec 30 06:13:28 -0800 2008 | |
| |
splist.h | Tue Dec 30 06:13:28 -0800 2008 | |
| |
spwkt.h | Tue Dec 30 06:13:28 -0800 2008 | |
| |
style.css | Tue Dec 30 06:13:28 -0800 2008 | |
| |
valconv.h | Tue Sep 22 07:38:31 -0700 2009 | |
| |
zsample1.rb | Tue Dec 30 06:13:28 -0800 2008 | |
| |
ztest1.rb | Tue Dec 30 06:13:28 -0800 2008 |
README.txt
README for Ruby-ShapeLiB
prasinos@users.sourceforge.net
This is a wrapper module of Shapefile C Library for Ruby.
How to install
==============
* You must have ShapeLib and ruby.
* It is expected to run on all ruby-running environments. But it is tested
only on RedHat Enterprise Linux 4.0 and Vine Linux 3.0.
Quick directions
----------------
$ tar xvfz ruby-shapelib.tar.gz (you did it if you see this file)
$ cd ruby-shapelib
$ ruby ./extconf.rb
$ make
# make install
Troubleshooting
---------------
* I have ruby but can't run extconf.rb
Some Linux distributions divide Ruby into several packages such as
"ruby" and "ruby-devel". You may have to install additional packages.
* I have shapelib installed but extconf.rb fails
Try --with-shapelib-include= and --with-shapelib-lib= options of extconf.rb.
If above advice doesn't help, please visit
http://sourceforge.net/projects/ruby-shapelib and post a message.
How to use
==========
Please see Interface.html.
License issues
==============
Ruby-ShapeLib is provided under LGPL or ShapeLib's MIT-style default license.







