From 325778cb5f4b169ef7e197e179cfb889808d10c2 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 13 Aug 2025 16:42:06 +0100 Subject: Added warning about build python --- build.bat | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.bat b/build.bat index d86c8b5..909ff01 100644 --- a/build.bat +++ b/build.bat @@ -56,6 +56,10 @@ exit /b 1 echo. echo nissy Build the nissy.o object file. echo python Build the Python module for nissy. + echo NOTE: Python development headers must be installed in + echo order to build the Python module. The path of these + echo headers is hardcoded in the PYPATH varible in + echo build.bat. You may need to edit this file. echo shell Build the basic nissy shell (./run). echo cpp FILE Build and run the given C++ FILE. echo test [EXPR] Build and run unit tests. If EXPR is provided, only the -- cgit v1.3