Skip to content

Instantly share code, notes, and snippets.

@pauldruziak
Created April 11, 2011 05:03
Show Gist options
  • Select an option

  • Save pauldruziak/913073 to your computer and use it in GitHub Desktop.

Select an option

Save pauldruziak/913073 to your computer and use it in GitHub Desktop.
gbarcode and ruby1.9

$ git clone https://github.com/ahaller/gbarcode.git Cloning into gbarcode... remote: Counting objects: 129, done. remote: Compressing objects: 100% (62/62), done. remote: Total 129 (delta 56), reused 129 (delta 56) Receiving objects: 100% (129/129), 111.60 KiB, done. Resolving deltas: 100% (56/56), done. $ cd gbarcode $ git checkout -b ruby1.9 origin/ruby1.9 Branch ruby1.9 set up to track remote branch ruby1.9 from origin. Switched to a new branch 'ruby1.9' $ rake gem (in /Users/paveldruzyak/projects/gbarcode) mkdir -p pkg Successfully built RubyGem Name: gbarcode Version: 0.98 File: gbarcode-0.98.gem mv gbarcode-0.98.gem pkg/gbarcode-0.98.gem $ gem install pkg/gbarcode-0.98.gem Building native extensions. This could take a while... Successfully installed gbarcode-0.98 1 gem installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment