Skip to content

Commit

Permalink
scripts/Windows/README.adoc: remind about prerequisite installation
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Klimov <[email protected]>
Signed-off-by: RikyPlaza <[email protected]>
  • Loading branch information
jimklimov committed Jan 3, 2025
1 parent 7ce8cd5 commit 2e95768
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions scripts/Windows/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,21 @@ On Redhat and similar systems, use:
You will also need pthread and mingw regex libraries, and other recommended
dependencies as detailed below.
[NOTE]
======
Be sure to install NUT build prerequisites and toolkits, as detailed
in `docs/config-prereqs.txt` file.
If builds complain similarly to
----
syntax error near unexpected token 'LIBUSB_1_0,'
'PKG_CHECK_MODULES(LIBUSB_1_0, libusb-1.0 >= 0.9.1)'
----
make sure you have installed `pkgconf`, e.g.:

# apt-get install pkgconf
======
[NOTE]
================================================================================

Expand Down

0 comments on commit 2e95768

Please sign in to comment.