diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-02 14:05:54 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-07-02 14:05:54 +0200 |
commit | dbca8cdb2a3c8e65c814521ba98f50a582194a73 (patch) | |
tree | a4054bb9963a9015e45e95e8a054fe0116ffb8ae /doc | |
parent | Add --no-remote option (diff) | |
download | smolbote-dbca8cdb2a3c8e65c814521ba98f50a582194a73.tar.xz |
Add configuration/defaults.h
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% |