Skip to content

Commit

Permalink
markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Feb 12, 2009
1 parent 3107db1 commit 4812ee5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ it does come with a bunch of macros that make using it a touch easier than 1.8.6
The mixology.c file in this repo is modified to work with Ruby 1.9.1, it also works out of the box with Ruby 1.8.6.

To compile mixology.c for 1.9.1:
* Run extconf.rb with the *Ruby 1.9.1 interpreter*
* Type 'make'
* Run the 1.9.1 test file (mixology_test19.rb) with the 1.9.1 interpreter
- Run extconf.rb with the *Ruby 1.9.1 interpreter*
- Type 'make'
- Run the 1.9.1 test file (mixology_test19.rb) with the 1.9.1 interpreter

To compile mixology.c for 1.8.6:
* Run extconf.rb with the *Ruby 1.8.6 interpreter*
* Type 'make'
* Run the 1.8.6 test file (mixology_test18.rb) with the 1.8.6 interpreter
- Run extconf.rb with the *Ruby 1.8.6 interpreter*
- Type 'make'
- Run the 1.8.6 test file (mixology_test18.rb) with the 1.8.6 interpreter

Other Mixology19 features:
* Error checking (raises an exception if it is not given a valid module parameter)
- Error checking (raises an exception if it is not given a valid module parameter)

## Acknowledgments:
Thanks to Pat Farley, anonymous z, Dan Manges, Clint Bishop for writing such a cool library.
Expand Down

0 comments on commit 4812ee5

Please sign in to comment.