💾 Archived View for bbs.geminispace.org › s › Interactive-Fiction › 4744 captured on 2023-11-04 at 14:03:59. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-09-28)

➡️ Next capture (2023-11-14)

🚧 View Differences

-=-=-=-=-=-=-

Inform manuals and compiler

pdf documents to download:

The Inform Designer's Manual (2001)

The Inform Beginner's Guide (2002)

The compiler, at github

https://github.com/ganelson/inform/releases

Posted in: s/Interactive-Fiction

🚀 stack

2023-08-25 · 2 months ago · 👍 skyjake, Ruby_Witch

1 Comment

🚀 stack

To install on Ubuntu, get the deb file and 'dpkg -i ...'. However, you will get an error that libgoocanvas-2.0-9 is missing.

You will then 'sudo apt install' it, but get another message:

Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 inform7-ide : Depends: libgdk-pixbuf2.0-0 (>= 2.22.0) but it is not going to be installed
 libgoocanvas-2.0-9 : Depends: libgoocanvas-2.0-common (= 2.0.4-1build1) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).

OK, so fix-broken it is.

...

And then it installs.

This is kind of like a text adventure itself.

2023-08-27 · 2 months ago