Mercurial > games > semicongine
changeset 45:2378ada1a14e
add: some build instructions for windows
author | Sam <sam@basx.dev> |
---|---|
date | Thu, 19 Jan 2023 00:41:41 +0700 |
parents | 5a6aadf6c464 |
children | 9e81f06a5c57 |
files | README.md |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.md Wed Jan 18 14:44:38 2023 +0700 +++ b/README.md Thu Jan 19 00:41:41 2023 +0700 @@ -6,6 +6,16 @@ This is a very simplistic little game engine, mainly trying to wrap around vulkan and the operating system's windowing, input and audio system. This is using the last programming language you will ever need, [Nim](https://nim-lang.org/) +Compilation on Windows +---------------------- + +Requires a Windows SDK to be installed (e.g. via Visual Studio Build Tools). +Also, using Nim on Windows with mingw seems to be way faster than with vcc/lc. +For compilation with vcc/ls, install additionaly (with Visual Studio Build Tools): +- Windows Universal C Runtime (some important files) +- Windows CRT SDK (some important header files) +- Some version of MSVC (the compiler) + Roadmap -------