Skip to content

Commit

Permalink
doc: Fix links in README and reformat.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqx0r committed Apr 14, 2024
1 parent cbeae0a commit 732c5fc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,13 @@ INSTALLING filtergen
Installing filtergen is easy. If you don't find it easy, that's a bug. Send
bug reports here in GitHub.

filtergen's build system uses [`bazel`](http://bazel.build), rather than the GNU autotools or a custom
Makefile. To build and install, ensure you have `bazel` or `bazelisk` installed,
installed, and type `bazel run //:install --DESTDIR=path-to-install`.
filtergen's build system uses [`bazel`](http://bazel.build), rather than the GNU
autotools or a custom Makefile. To build and install, ensure you have
[`bazelisk`](https://bazel.build/install/bazelisk) installed, and type `bazel
run //:install --DESTDIR=path-to-install`.

The test suite used [`DejaGNU`](https://www.gnu.org/software/dejagnu/) which is installed by `bazel`, but the system needs TCL `expect` installed.
The test suite used [`DejaGNU`](https://www.gnu.org/software/dejagnu/) which is
installed by `bazel`, but the system needs TCL `expect` installed.

```
sudo apt install expect
Expand Down

0 comments on commit 732c5fc

Please sign in to comment.