Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it easier to compile sample games. #20

Closed
auraes opened this issue Aug 25, 2020 · 1 comment
Closed

Make it easier to compile sample games. #20

auraes opened this issue Aug 25, 2020 · 1 comment

Comments

@auraes
Copy link
Contributor

auraes commented Aug 25, 2020

Wouldn't it be easier for beginners to add '!% +include_path=./lib' to the header of the example files, which makes compilation easier?

!% -~S
!% $OMIT_UNUSED_ROUTINES=1
!% +include_path=./lib
@fredrikr
Copy link
Collaborator

We don't think it should be in the file, because:

  • Paths may work differently on different platforms.
  • Users benefit from learning how to specify the library path on the command line.
  • Two of the games (cloak.inf and testbench.inf) can be compiled using either PunyInform or the standard I6 library, and these modes require different paths.

Having said that, we may want to include a brief instruction on how to compile the example games.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants