Skip to content

Instantly share code, notes, and snippets.

@scottlowe
Created November 29, 2010 10:15
Show Gist options
  • Save scottlowe/719790 to your computer and use it in GitHub Desktop.
Save scottlowe/719790 to your computer and use it in GitHub Desktop.
Nokogiri build steps
# A couple of build steps that I'll forget when building Nokogiri from source on Mac OS X
racc -l -o lib/nokogiri/css/generated_parser.rb lib/nokogiri/css/parser.y
rex --independent -o lib/nokogiri/css/generated_tokenizer.rb lib/nokogiri/css/tokenizer.rex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment