diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Building.md (renamed from doc/Windows.md) | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/Windows.md b/doc/Building.md index aee65b3..ab731dc 100644 --- a/doc/Windows.md +++ b/doc/Building.md @@ -1,3 +1,12 @@ +## Customizing +### Version + +### Configuration +Configuration values are set from defaults.h, which is generated from +defaults.h.{linux;win32}. + +## Building on Windows + ~~~ set INSTALL_DIR="C:\projects\smolbote-install" mkdir %INSTALL_DIR% |