From 0eddc17cf5016d73e8e53f068958959d174aeab5 Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Fri, 12 Apr 2024 22:16:47 -0400 Subject: [PATCH] note that wxWidgets are only needed for the GUI components. --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index c7fdb24..dcbc770 100644 --- a/readme.md +++ b/readme.md @@ -22,6 +22,8 @@ This is a work in progress total rewrite of NSFPlay. Goals include: ## Build +Building the GUI components `nsfplay`/`winamp` requires first setting up the wxWidgets libraries. If you only need to use the command-line `nsfplac`, then you can skip this step. + ### Visual Studio 2019 * Initialize the git submodules if it wasn't done when cloning: * `git submodule init`