Update build docs for FreeBSD 12.1-RELEASE#815
Merged
stevenroose merged 1 commit intoElementsProject:masterfrom Jun 15, 2020
Merged
Update build docs for FreeBSD 12.1-RELEASE#815stevenroose merged 1 commit intoElementsProject:masterfrom
stevenroose merged 1 commit intoElementsProject:masterfrom
Conversation
Fixes ElementsProject#814 by setting basic build configuration: * Use gmake instead of make * Use clang instead of gcc * Add /usr/local to include path
Contributor
|
Anyone run FreeBSD that can confirm these changes? |
Contributor
|
Is this change still needed after #819 was merged? |
Contributor
Author
|
Thanks for fixing the deque issue. However, it still fails to build on FreeBSD using gcc because of linking error, I think it can be fixed by changing the order of boost libraries in final link command... but anyway I'm running liquid on FreeBSD built using clang (this PR) so probably fine to merge this PR, or if you really want to stick with gcc on FreeBSD more Makefile tweaking is required. |
Contributor
|
ACK a9f51d7 |
apoelstra
added a commit
to apoelstra/elements
that referenced
this pull request
Dec 3, 2020
gwillen
pushed a commit
that referenced
this pull request
Mar 19, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #814 by setting basic build configuration: