-
Notifications
You must be signed in to change notification settings - Fork 35
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
macOS build from source fails #90
Comments
@proofofjogi build instructions are out of date, I'll have those updated soon. |
How is the issue here being fixed? |
@lispking instructions will be updated after next major release. Meanwhile you can check the pipeline to see how it's built. |
@borgbyte can you point out where this information is, exactly? |
I am attempting to build on linux ( ubuntu ) and seeing this as well. I looked in the .gitlab-ci.yml and .travis.yml files, to try to get a working build command from there, and those also failed with the same error or looking for a non-existent tools/bionic_deps.sh file. |
Description
Following instructions for building from source on macOS fails right away, because the build script is looking for a file that's not there.
envs.env
is missing in the tools folder.Command line error:
./tools/buildgreen.sh: line 4: tools/envs.env: No such file or directory
Version
current code as of today
Steps to reproduce
Following these instructions for macOS:
https://github.com/Blockstream/green_qt/blob/master/BUILD.md
git clone https://github.com/Blockstream/green_qt.git
cd green_qt
./tools/buildgreen.sh osx
Expected behaviour
Build success
Actual behaviour
Command line error observed:
./tools/buildgreen.sh: line 4: tools/envs.env: No such file or directory
Device or machine
macOS BigSur
The text was updated successfully, but these errors were encountered: