-
Notifications
You must be signed in to change notification settings - Fork 93
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
Conversation
Great, just realised a few lines down |
Let me know what needs changing so I can add it. |
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. |
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 Is this what you had in mind? |
in my case I always had to use |
Ahh, so the configure file is using my system versions of the dependencies.
That might explain why my GUI is themed the same way as my DE (colors and
fonts I mean)
…On Wed, May 1, 2019, 17:23 alex v. ***@***.***> wrote:
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
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#452 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAIDAKLW5YXKBMKPQJDJGBTPTFOQRANCNFSM4HJGFCGA>
.
|
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)