Make ./build.sh detect which build script to use #228

Closed
opened 2 years ago by duke · 2 comments
duke commented 2 years ago
Owner

Instead of having to document Use ./util/build-mac.sh to compile on Apple/Mac systems, use ./util/build-win.sh to build on Windows and ./util/build-arm.sh to build on ARMv8 systems. we should make ./build.sh smarter and auto-detect which of those three build scripts to use. Currently ./build.sh is hardcoded to run ./util/build.sh

Instead of having to document `Use ./util/build-mac.sh to compile on Apple/Mac systems, use ./util/build-win.sh to build on Windows and ./util/build-arm.sh to build on ARMv8 systems.` we should make ./build.sh smarter and auto-detect which of those three build scripts to use. Currently `./build.sh` is hardcoded to run `./util/build.sh`
Collaborator

ARM architecture has been left out as no OS running on it will permit this to be natively compiled and requires it to be cross compiled on a different architecture.

I don't have Windows or Mac systems, so I am unable to test on those platforms.

ARM architecture has been left out as no OS running on it will permit this to be natively compiled and requires it to be cross compiled on a different architecture. I don't have Windows or Mac systems, so I am unable to test on those platforms.
Poster
Owner

@jahway603 thanks for working on this! With 491e263af9 I think it's reasonable to close this, and make other issues for further changes.

@jahway603 thanks for working on this! With https://git.hush.is/hush/hush3/commit/491e263af992339b71a5793bda32d1b3de356ef5 I think it's reasonable to close this, and make other issues for further changes.
duke closed this issue 2 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.