💾 Archived View for bbs.geminispace.org › s › Interactive-Fiction › 4744 captured on 2024-06-16 at 16:32:35. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2024-05-10)
-=-=-=-=-=-=-
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
2023-08-25 · 10 months ago · 👍 skyjake, Ruby_Witch
🚀 stack [OP/mod] · 2023-08-27 at 19:45:
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.