Re: Pipmaze 0.2
Status: Alpha
Brought to you by:
cwalther
From: Christian W. <cwa...@gm...> - 2008-11-01 20:35:38
|
Aidan Gauland wrote: > I've just released Pipmaze 0.2 For those like me who have never used Ruby, and are too busy to spend the time to figure it out on their own at the moment, could you explain how to install the prerequisite "cmd" package? From the URL you provided, I downloaded a file named "cmd-0.7.2.gem". Unsure what to do with it, I discovered that there is a command-line tool called "gem". I tried "gem install cmd", and it seemed to download and install something, but trying to run Pipmaze still gives me the same error as before: buia:~/Desktop/Incoming/pipmaze-0.2 cwalther$ ruby pipmaze.rb Welcome to Pipmaze version 0.2 pipmaze.rb:31:in `require': no such file to load -- cmd (LoadError) from pipmaze.rb:31 I'm using Mac OS X 10.5.5 and the Ruby that comes with it (ruby 1.8.6 (2008-03-03 patchlevel 114) [universal-darwin9.0]). -Christian |