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

Easier Compliation on GNU/Linux #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Easier Compliation on GNU/Linux #1

wants to merge 3 commits into from

Conversation

andrewferguson
Copy link

Two changes that allow for immediate compilation on recent versions of GNU/Linux:

  1. Removed dependancy on the Mac-specific <Carbon/Carbon.h> libraries to allow for compilation on non-Mac systems.
  2. Incuded <linux/limits.h> as a new dependency so that PATH_MAX can be used on Linux systems.

The result of this PR is that compilation on recent versions of GNU/Linux can be archived simply be cloning the repository and running gcc.
A note detailing an example gcc command that compiles a working binary has been added to the README.

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

Successfully merging this pull request may close these issues.

1 participant