|
@@ -91,7 +91,7 @@ This section contains links to documentation for all nodes.
|
|
For use debug mode you should compile with `-d:debug` or `--define:debug`, e.g. `nim c -r -d:debug main.nim`.
|
|
For use debug mode you should compile with `-d:debug` or `--define:debug`, e.g. `nim c -r -d:debug main.nim`.
|
|
|
|
|
|
## Export
|
|
## Export
|
|
-Use the [`Nim compiler user guide`](https://nim-lang.org/docs/nimc.html#dynliboverride) for export to the other OS.
|
|
|
|
|
|
+Use the [`Nim compiler user guide`](https://nim-lang.org/docs/nimc.html#dynliboverride) for export to the other OS.
|
|
[Static linking SDL2](https://github.com/nim-lang/sdl2#static-linking-sdl2) (or compile with `-d:static_sdl2` -> tested on Windows)
|
|
[Static linking SDL2](https://github.com/nim-lang/sdl2#static-linking-sdl2) (or compile with `-d:static_sdl2` -> tested on Windows)
|
|
|
|
|
|
- CrossPlatform export for Windows (tested on Windows 7 x64 and Windows 10 x64)
|
|
- CrossPlatform export for Windows (tested on Windows 7 x64 and Windows 10 x64)
|