To compile a Glulx Inform game, you'll need the following:
Include "Infglk";
Every section that follows will assume you're using Infglk, so consider it mandatory.
And to run the program you've compiled, you'll need:
Now, if you want to include sound or graphics files in your game, you need to add another wrinkle to this setup: Blorb. What's that? Read on...