uds-datalab / PDBF

PDBF - A Toolkit for Creating Janiform Data Documents
Other
49 stars 6 forks source link

OpenBSD support #24

Open vext01 opened 8 years ago

vext01 commented 8 years ago
$ uname
OpenBSD
$  java -jar pdbf.jar pdbf-doc.tex
Sorry, your operating system is not supported!
IchbinkeinReh commented 8 years ago

Hi, the main problem will be to get a working version of phantom-js for OpenBSD. I will remove the blacklisting of OpenBSD with the next release. Then you can try to compile phantom-js 2.0.0 for OpenBSD yourself and place it in the external-tools folder and rename it to phantomjs-openbsd. If we manage to get a static compiled binary of phantom-js for OpenBSD then we fully support that os.

vext01 commented 8 years ago

Phantom-js is in ports, so there's a good chance it will just work: http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/www/phantomjs/

IchbinkeinReh commented 8 years ago

I removed the blacklisting of OpenBSD for pdbf. However i could not find binaries for version 2.0.0 of phantomjs for OpenBSD. Currently the port of phantomjs for OpenBSD is only version 1.9.8 which is not enough for pdbf. You can now try to compile version 2.0.0 yourself. As soon as a static version 2.0.0 of phantomjs is available i will add it and close this issue.