Skip to content

Easier Compliation on GNU/Linux#1

Open
andrewferguson wants to merge 3 commits intoUncombedCoconut:masterfrom
andrewferguson:master
Open

Easier Compliation on GNU/Linux#1
andrewferguson wants to merge 3 commits intoUncombedCoconut:masterfrom
andrewferguson:master

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