Blockstream / green_qt

Blockstream Green App
GNU General Public License v3.0
188 stars 31 forks source link

macOS build from source fails #90

Open proofofjogi opened 1 year ago

proofofjogi commented 1 year ago

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

borgbyte commented 10 months ago

@proofofjogi build instructions are out of date, I'll have those updated soon.

lispking commented 6 months ago

How is the issue here being fixed?

borgbyte commented 6 months ago

@lispking instructions will be updated after next major release. Meanwhile you can check the pipeline to see how it's built.

plebhash commented 5 months ago

Meanwhile you can check the pipeline to see how it's built.

@borgbyte can you point out where this information is, exactly?