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

Correction for the FreeBSD building instructions in the README #19315

Merged
merged 1 commit into from
Nov 13, 2016

Conversation

ararslan
Copy link
Member

Currently the README says that the following variables may need to be set either in the environment or in the Make.user file:

LDFLAGS=/usr/local/lib
CPPFLAGS=/usr/local/include

This syntax isn't quite right and causes the build to fail. This PR corrects the recommendation to:

LDFLAGS=-L/usr/local/lib
CPPFLAGS=-I/usr/local/include

That allows the build to succeed.

cc @vtjnash, who introduced the original text in #18063.

@tkelman tkelman added domain:docs This change adds or pertains to documentation system:freebsd Affects only FreeBSD labels Nov 13, 2016
@vtjnash vtjnash merged commit 271b31d into JuliaLang:master Nov 13, 2016
@vtjnash
Copy link
Sponsor Member

vtjnash commented Nov 13, 2016

Good catch

@ararslan ararslan deleted the aa/freebsd-build-docs branch November 13, 2016 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:docs This change adds or pertains to documentation system:freebsd Affects only FreeBSD
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants