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 Feb 28, 2024
1 parent 9f5aeb1 commit f15a3d7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 Down Expand Up @@ -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 f15a3d7

Please sign in to comment.