Skip to content

Commit

Permalink
chore: ensure usage of gawk
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabaut committed Oct 24, 2024
1 parent b5ff25a commit 800d2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

- Fix print_amboso_stego_scopes() using the wrong char to detect base tags
- Fix realpath usage problems
- Ensure usage of gawk

## [2.0.7] - 2024-08-29

Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@ I did not want to learn how to write nice makefiles or chaining a couple git com
* You definitely need `bash`, I'm using version `5.1.x` but for now I don't know about incompatible features used here.
* For macOS users: check this issue for unexpected behaviour on bash `3.x`. [#21](/../../issues/21)

* You need `gawk` to be your `awk` symlink. While work to support `nawk` and `mawk` will be coming, it's not a priority as of now.
* You need `gawk` installed. While work to support `nawk` and `mawk` will be coming, it's not a priority as of now.
* macOS ships with `nawk` by default, but if you have `brew` installed, you should be able to run
`brew install gawk`
* After that, it's just a matter of changing the `awk` binary to be a symlink to `gawk`. Maybe copy it to `awk.bkp` first.

* You should test you have `bc` installed, since it's used to calc runtimes.

Expand Down

0 comments on commit 800d2a1

Please sign in to comment.