-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add dependencies to README.md #102
Conversation
In general, I was hesitant to add this myself as with this approach we are recommending people use their system's package manager and so we are at the mercy of whatever they do like in #13. @bennoleslie originally wrote "Note: It is a high priority of the authors to ensure builds are self-contained and repeatable. A high value is placed on using specifically versioned tools. At this point in time this is not fully realised, however it is a high priority to enable this in the near future." I don't know exactly how he meant to realise this though... |
One other note: python3.9 is no longer in the repos. I'm using 3.11 without issues... |
Also, musl 1.2.3 is the one currently available (and 1.2.4 in Debian sid). The changes from 1.2.2 are very minor, and will not be visible in our usecases |
I think wrt the reproducibility, the only issue is libmuslc I think nothing else that's variable will end up visible in the Monitor or Loader. |
README.md
Outdated
|
||
$ sudo apt install build-essential git cmake ninja-build \ | ||
device-tree-compiler libxml2-utils \ | ||
pandoc texlive-latex-base texlive-latex-recommended \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
texlive-latex-recommended
is not needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually I might be wrong here - the CI doesn't install it but it might have it already available. I'll check on a fresh install.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I installed it to get xcolor.sty amongst other things
6391218
to
65359f2
Compare
Argh, was trying to push to the branch and made a mistake... Apologies |
Make the list of dependencies for building the microkit tool more complete.
This list was created by making a minimal Debian stable chroot environment, and adding packages until the build worked
It addresses Issue #6