Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Build ToaruOS without docker? #273

Answered by klange
mxlgv asked this question in Q&A
Apr 12, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

You can manually install the toolchain, which is how I generally do development. I do not provide instructions for doing this, as the process will vary between different host environments, but you can look at the scripts used to build the docker containers as a reference: https://github.com/klange/toaruos/tree/master/util/docker

You will need to make sure you clone with full submodules to get the patched binutils and gcc trees. After that, there are essentially two parts to building the toolchain locally:

  • Installing necessary packages: The list, at least for older versions of Ubuntu like what the Docker containers have been using, is here: build-essential python3 xorriso genext2fs mtools…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@mxlgv
Comment options

@mxlgv
Comment options

@mxlgv
Comment options

Answer selected by mxlgv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants