aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-13 16:42:06 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-13 16:42:06 +0100
commit325778cb5f4b169ef7e197e179cfb889808d10c2 (patch)
treec35ee328f1f4a620fad3bd0254abf25d5a1eed59 /build.bat
parent9b94c7d039341afb8609075da0ce52a7a7aa705a (diff)
downloadnissy-core-325778cb5f4b169ef7e197e179cfb889808d10c2.tar.gz
nissy-core-325778cb5f4b169ef7e197e179cfb889808d10c2.zip
Added warning about build python
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat4
1 files changed, 4 insertions, 0 deletions
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
56 echo. 56 echo.
57 echo nissy Build the nissy.o object file. 57 echo nissy Build the nissy.o object file.
58 echo python Build the Python module for nissy. 58 echo python Build the Python module for nissy.
59 echo NOTE: Python development headers must be installed in
60 echo order to build the Python module. The path of these
61 echo headers is hardcoded in the PYPATH varible in
62 echo build.bat. You may need to edit this file.
59 echo shell Build the basic nissy shell (./run). 63 echo shell Build the basic nissy shell (./run).
60 echo cpp FILE Build and run the given C++ FILE. 64 echo cpp FILE Build and run the given C++ FILE.
61 echo test [EXPR] Build and run unit tests. If EXPR is provided, only the 65 echo test [EXPR] Build and run unit tests. If EXPR is provided, only the

Generated with cgit - Back to sebastiano.tronto.net