diff semicongine.nimble @ 1084:7477b2a6852f

add: support steam uploads on windows
author sam <sam@basx.dev>
date Thu, 04 Apr 2024 22:08:25 +0700
parents 459fe2761311
children 6406766a222d
line wrap: on
line diff
--- a/semicongine.nimble	Thu Apr 04 20:59:19 2024 +0700
+++ b/semicongine.nimble	Thu Apr 04 22:08:25 2024 +0700
@@ -9,6 +9,11 @@
 installDirs = @["semicongine"]
 
 # Dependencies
+# On linux/debian also run the following to get everything working
+# sudo dpkg --add-architecture i386
+# sudo apt-get update
+# sudo apt-get install zip unzip libstdc++6:i386 libc6:i386
+
 
 requires "nim >= 2.0"
 requires "winim"