I came across this, and decided to give it a shot on Ubuntu 16.04.7 (remix). I'd assume it'd be possible to build the CLI version on 10.4/10.5 as well with macports perl, but i haven't tried that yet. It works very well. Fast too.
Download the 0.0.8 release found here.
Now you'll need to install some perl packages to be able to build this. (I installed these which might be overkill, but it worked)
Extract the straw-viewer archive and cd in to its directory. Now run:
(you may get missing deps when running ./Build installdeps. That's fine, let it automatically find and install them for you. Choose "sudo" install when it asks for local or sudo.)
With any luck you'll end up with both a gtk and cli interface like these.
Cheers
Download the 0.0.8 release found here.
Now you'll need to install some perl packages to be able to build this. (I installed these which might be overkill, but it worked)
Code:
sudo apt-get install libapt-pkg-perl libarchive-zip-perl libauthen-sasl-perl libcairo-perl libcapture-tiny-perl libcgi-pm-perl libglib-perl libgtk3-perl libhtml-parser-perl libhttp-message-perl libjson-perl liblwp-protocol-https-perl liblwp-mediatypes-perl libmodule-build-perl libnet-smtp-ssl-perl libperl-dev libperl5.22 libwww-perl perl perl-base perl-depends perl-modules-5.22 perl-tk perlbrew
Extract the straw-viewer archive and cd in to its directory. Now run:
Code:
perl Build.PL --gtk
sudo ./Build installdeps
sudo ./Build install
With any luck you'll end up with both a gtk and cli interface like these.
Cheers