Skip to content

Commit

Permalink
Revise README once more
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungh committed Mar 1, 2024
1 parent 9f5aeb1 commit d525067
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pod-operation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ or [`cross`](https://github.com/cross-rs/cross) can be used to build inside a co

#### macOS

A homebrew formula for macOS cross-compiler toolchains is available
A Homebrew formula for macOS cross-compiler toolchains is available

```shell
brew tap messense/macos-cross-toolchains
Expand All @@ -37,7 +37,7 @@ brew install armv7-unknown-linux-gnueabihf
To cross-compile on Windows and Linux, a different compiler toolchain is needed. From the
[Arm GNU Toolchain Downloads](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads),
download and install the **AArch32 GNU/Linux target with hard float (arm-none-linux-gnueabihf)**
for Windows or Linux.
for your operating system.

#### Alternative Building Process With `cross`

Expand All @@ -60,8 +60,9 @@ Next, install the `cross` package.
cargo install cross
```

This is the library that will facilitate cross-compilation without much
configuration on our end. It requires Docker (or Podman) in order to function.
This is the library that will facilitate cross-compilation with minimal additional configuration.
`cross` requires Docker (or Podman) in order to function and will also emulate the ARM architecture
inside the container using QEMU.

On Linux, if an error appears during build about `GLIBC`, install the `glibc` library.

Expand Down

0 comments on commit d525067

Please sign in to comment.