Skip to content

Instantly share code, notes, and snippets.

@timwaters
Created April 17, 2015 18:29
Show Gist options
  • Save timwaters/8066c9cbc743c916ea3b to your computer and use it in GitHub Desktop.
Save timwaters/8066c9cbc743c916ea3b to your computer and use it in GitHub Desktop.
compile mapserver 6.2 with ruby 2
6130 ./configure --with-gdal --with-ogr --with-tiff --with-geos --with-proj --with-png --with-aag --with-zlib
6131 make
6132 make mapscriptvars
6133 cd mapscript/ruby/
6134 ruby extconf.rb
6135 make
6136 cp mapscript.so ~/.rvm/rubies/ruby-2.2.1/lib/ruby/vendor_ruby/2.2.0/x86_64-linux/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment