Hi all!
I'm currently at the tail end of packaging up Peter Shorns altairz80, which is one of the emulators in the SIMH project. That is not a problem in itself - It is old, well written, absolutely simple code. Compiled without a hitch. However, I have a few newbie questions about the packing-up-as-a-pnd process.
* Is there a well-established way to make an application start in a terminal? At the moment I'm doing a simple xterm -e 'altairz80 cpm2' (where those last two is the command line to start the emulator), which works, but it complains about not finding proper fonts (also, xterm is kinda ugly). When I tried the same with terminal instead of xterm, I got a terminal but no running program. Is there a Right Thing to do here? Part of the problem is of course finding the right manpage to read
* The documentation opens in links by default. Altairz80 comes with some required docs (licenses, credits, and the technical description of things) as pdfs. To me, the natural thing to do is to write my own doc as a html file, and then link the pdfs from there. However, links is not very good with pdfs - It either downloads them or show the raw postscript code. Could this be handled in a way that allows the user to actually open the pdfs in evince?
I'm currently at the tail end of packaging up Peter Shorns altairz80, which is one of the emulators in the SIMH project. That is not a problem in itself - It is old, well written, absolutely simple code. Compiled without a hitch. However, I have a few newbie questions about the packing-up-as-a-pnd process.
* Is there a well-established way to make an application start in a terminal? At the moment I'm doing a simple xterm -e 'altairz80 cpm2' (where those last two is the command line to start the emulator), which works, but it complains about not finding proper fonts (also, xterm is kinda ugly). When I tried the same with terminal instead of xterm, I got a terminal but no running program. Is there a Right Thing to do here? Part of the problem is of course finding the right manpage to read
* The documentation opens in links by default. Altairz80 comes with some required docs (licenses, credits, and the technical description of things) as pdfs. To me, the natural thing to do is to write my own doc as a html file, and then link the pdfs from there. However, links is not very good with pdfs - It either downloads them or show the raw postscript code. Could this be handled in a way that allows the user to actually open the pdfs in evince?