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

Added a short bash command for dependencies to build-unix.md #452

Merged
merged 1 commit into from
May 8, 2019

Conversation

mxaddict
Copy link
Contributor

Added a quick bash command for users to run the dev tools setup via bash using curl (most unix machines have both curl and bash)

@aguycalled
Copy link
Member

Great, just realised a few lines down ./configure is missing -prefix=..., we might use this PR to fix that too.

@mxaddict
Copy link
Contributor Author

Great, just realised a few lines down ./configure is missing -prefix=..., we might use this PR to fix that too.

Let me know what needs changing so I can add it.

@aguycalled
Copy link
Member

aguycalled commented Apr 30, 2019 via email

@mxaddict
Copy link
Contributor Author

It’s necessary to indicate the compiler where to look for the built dependencies, otherwise it won’t use them. https://github.com/NAVCoin/navcoin-core/blob/master/depends/README.md Von meinem iPhone gesendet

Am 30.04.2019 um 15:19 schrieb Barry Deeney @.***>: Great, just realised a few lines down ./configure is missing -prefix=..., we might use this PR to fix that too. Let me know what needs changing so I can add it. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

This was not the case for me, I did not have to point the ./configure command to my depends, it found the dependencies and used them.

Maybe this is only the case when specifying a HOST that is not the native machines host?

I guess we should just add a note to the build-unix.md to the depends README.

The note should be about building for other platforms via unix machine.

@mxaddict
Copy link
Contributor Author

Actually, come to think of it, I see there is already a section on the build-unix.md file here: https://github.com/mxaddict/navcoin-core/blob/patch-1/doc/build-unix.md#arm-cross-compilation

It shows the use of --prefix=

Is this what you had in mind?

@aguycalled
Copy link
Member

in my case I always had to use --prefix=
if the dependencies are found without it, it's very likely they are already installed in your system

@mxaddict
Copy link
Contributor Author

mxaddict commented May 1, 2019 via email

@proletesseract proletesseract merged commit ddba46d into navcoin:master May 8, 2019
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.

3 participants