diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-13 16:42:06 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-08-13 16:42:06 +0100 |
| commit | 325778cb5f4b169ef7e197e179cfb889808d10c2 (patch) | |
| tree | c35ee328f1f4a620fad3bd0254abf25d5a1eed59 /build.bat | |
| parent | 9b94c7d039341afb8609075da0ce52a7a7aa705a (diff) | |
| download | nissy-core-325778cb5f4b169ef7e197e179cfb889808d10c2.tar.gz nissy-core-325778cb5f4b169ef7e197e179cfb889808d10c2.zip | |
Added warning about build python
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
