Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 68b0bbb

Browse files
committed
Compiler: Add instructions
1 parent 357841c commit 68b0bbb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Compiler/build.bat

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
@echo off
2+
rem Put their respective bin folders in PATH
3+
rem and %USERPROFILE%\.nimble\bin
4+
rem https://nim-lang.org/download/nim-2.2.4_x64.zip
5+
rem https://nim-lang.org/download/mingw64.7z
26

37
cd %~dp0
48
nimble install puppy
59
nim c -d:release -d:danger main.nim
6-
move main.exe ..\compiler.exe
10+
move main.exe ..\Compiler.exe
711
cd %~dp0..

0 commit comments

Comments
 (0)