Skip to content

Commit

Permalink
README.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Mar 23, 2024
1 parent beb070a commit 3d90cd8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -30,9 +30,11 @@ You'll need a C compiler and the CUPS library.
"Kicking the Tires"
-------------------

The supplied makefile allows you to build the unit tests on Linux and macOS (at
least), which verify that all of the functions work as expected:
StringsUtil provides a configure script that creates a makefile which allows
you to build the unit tests on Linux and macOS (at least), which verify that all
of the functions work as expected:

./configure
make test

The makefile also builds the `stringsutil` program.
Expand All @@ -43,7 +45,7 @@ Installing

Run:

make install
sudo make install

to install it in `/usr/local` along with a man page.

Expand Down

0 comments on commit 3d90cd8

Please sign in to comment.