fix: give newcomers a working build path - #76
Open
EnriqueParodi wants to merge 1 commit into
Open
Conversation
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 16, 2026 08:04
c383b06 to
104749e
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
2 times, most recently
from
August 16, 2026 15:05
36a7d9f to
5bb0cab
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 17, 2026 07:45
5bb0cab to
8170c19
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 17, 2026 07:57
8170c19 to
104e7c8
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 17, 2026 11:12
104e7c8 to
16b0f27
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 17, 2026 11:22
16b0f27 to
14da3f9
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 17, 2026 11:25
14da3f9 to
1ea55f3
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
2 times, most recently
from
August 17, 2026 12:22
ae806c7 to
9d83555
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 18, 2026 08:30
9d83555 to
da09caf
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
3 times, most recently
from
August 18, 2026 13:06
f57c03e to
9f106a0
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
2 times, most recently
from
August 18, 2026 13:40
8c44a60 to
ec2dc1b
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
2 times, most recently
from
August 18, 2026 15:26
7ba33cc to
4f0e532
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 18, 2026 15:44
4f0e532 to
ab022c6
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 18, 2026 16:15
ab022c6 to
2e8e55c
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
2 times, most recently
from
August 18, 2026 20:19
7ac5786 to
cd5e602
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 18, 2026 20:27
cd5e602 to
95b3130
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
2 times, most recently
from
August 18, 2026 21:47
2a57f3b to
f99bac2
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 18, 2026 21:52
f99bac2 to
b49d456
Compare
EnriqueParodi
marked this pull request as ready for review
August 18, 2026 21:52
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
2 times, most recently
from
August 18, 2026 22:50
0bc3046 to
45a78c9
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 19, 2026 12:18
45a78c9 to
93ae103
Compare
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 19, 2026 12:41
93ae103 to
b7bc60b
Compare
The documented build failed five times on a stock machine. The prerequisites are now real, the profiles are named per architecture (the shared base pins x86, so arm machines failed while installing system libraries), the examples are documented, and CONTRIBUTING says how to build with tests, run them and open the tree in an editor.
EnriqueParodi
force-pushed
the
fix/newcomer-build-path
branch
from
August 20, 2026 11:26
b7bc60b to
de97b3f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The documented build failed four times on a stock machine. The
prerequisites are now real, the profiles name their compilers, and the
examples are documented.