Support Requests: Browse | Submit New | Admin
I run Windows Vista, and Ive downloaded Ruby 1.8.7 and the Pimki 2.0 release. Where would I extract the Pimki files, where would I install the dependencies, and where would I install graphviz?
Add A Comment:
Date: 2011-04-12 23:06 Sender: Assaph Mehr Hi Clark, If you just open a command line (start > run > cmd.exe) and type "graphvix -V" (without the quotes) - what happens?
Date: 2011-04-12 11:41 Sender: Angelo gliocchidialice Same ... Ruby and dependencies are ok but sorry, I am new with Ruby, when in the INSTALL file you say "run ruby.rb" (on windows) what you understand. I try and I read but nothing ... Thks
Date: 2010-01-31 22:33 Sender: Assaph Mehr Hi Clark, You can see the full installation instructions here: http://pimki.rubyforge.org/INSTALL. You can unzip the files anywhere you want, it doesn't really matter. The best way to install dependencies is via RubyGems, as per the above instructions. You can get an installer for GraphViz from their site: http://graphviz.org/Download_windows.php. Not sure about Vista, but you need to add the installation path to the PATH environment variable. If you open a command line window and type "dot -V" and get a response with the version number than it's OK. Let me know if you have any further issues. Cheers, Assaph