Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmilko authored Aug 7, 2024
1 parent 0aed528 commit db045a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ docker run -it -v "/home/admin:/root" --rm lordmilko/i686-elf-tools -gv 9.2.0 -b
deb http://archive.ubuntu.com/ubuntu bionic-security main
deb http://archive.ubuntu.com/ubuntu bionic-updates main
```
4. **[If you are not using Ubuntu, you may need to modify the script to use whatever the name of the python package is on your system](https://github.com/lordmilko/i686-elf-tools/issues/28)**

4. Run the following commands. `sudo -s` is optional, however if you are not running as root you will get repeated password request prompts during the course of the execution.
5. Run the following commands. `sudo -s` is optional, however if you are not running as root you will get repeated password request prompts during the course of the execution.

```sh
sudo -s
Expand All @@ -64,7 +65,7 @@ docker run -it -v "/home/admin:/root" --rm lordmilko/i686-elf-tools -gv 9.2.0 -b

A full run (including installing prerequisites and configuring MXE) takes approximately 1.5-2 hours on a 4xCPU virtual machine.

5. When the script completes you will have two zip files containing your i686-elf toolchain
6. When the script completes you will have two zip files containing your i686-elf toolchain

* `~/build-i686-elf/i686-elf-tools-windows.zip`
* `~/build-i686-elf/i686-elf-tools-linux.zip`
Expand Down

0 comments on commit db045a4

Please sign in to comment.