Skip to content

Make a Ruby .pkg installer for the Treasure Data Toolbelt

Notifications You must be signed in to change notification settings

treasure-data/ruby-osx-packager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building ruby pkg for Mac

prepare

clone ruby-build submodule to install ruby

$ git submodule init
$ git submodule update

Task

default

Installing ruby into /usr/local/td/ruby directory and build ruby pkg

$ rake

clean

$ rake clean

NOTE

This repository includes patch applied readline and openssl to avoid dependent library version issue.

If you update these libraries, then see homebrew formula to apply the patch.

https://github.com/mxcl/homebrew/blob/master/Library/Formula/readline.rb https://github.com/mxcl/homebrew/blob/master/Library/Formula/openssl.rb

About

Make a Ruby .pkg installer for the Treasure Data Toolbelt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 76.3%
  • HTML 23.7%