Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmilko committed Nov 14, 2024
1 parent 984611e commit 8f723c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ 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)**

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.
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.

```sh
sudo -s
Expand All @@ -65,7 +64,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.

6. When the script completes you will have two zip files containing your i686-elf toolchain
5. 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
2 changes: 1 addition & 1 deletion i686-elf-tools.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# i686-elf-tools.sh
# v1.3.3
# v1.3.4

# Define Global Variables

Expand Down

0 comments on commit 8f723c8

Please sign in to comment.