Skip to content

Commit

Permalink
Merge pull request #31 from jamesodhunt/doc-add-autoconf-archive
Browse files Browse the repository at this point in the history
doc: Mention autoconf-archive
  • Loading branch information
jamesodhunt authored Nov 7, 2024
2 parents eca5bf9 + 1d24b3a commit af5a866
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ $ snapcraft
| Platform | Usage | Required? | Dependency | Rationale |
|-|-|-|-|-|
| common | build | yes | GCC or Clang compiler | For building the code |
| common | build | yes | GNU Autoconf | For configuring the source package |
| common | build | yes | GNU Autoconf | For configuring the source package |
| common | build | yes | GNU Autoconf Archive | For configuring the source package |
| common | build | yes | GNU Automake | For generating makefiles |
| common | build | yes | GNU Make | For building the code |
| common | build | yes | `pkgconf` / `pkg-config` | For configuring build dependencies |
Expand Down

0 comments on commit af5a866

Please sign in to comment.