Forked from nsf/gothic.
See the nsf/gothic README for usage.
This is an attempt to document how I got gothic running on a Windows 64-bit machine:
-
Install ActiveTCL Windows 64-bit. I assume ActiveTCL is installed in the default location, namely: C:\Tcl. If this is not the case, you will need to update the Tcl references in interpreter.go.
-
Download the latest rubenvb MinGW-w64 gcc-release version. Install it wherever you like. Add the install directory to your path.
-
Download the latest pexports. Install it wherever you like. Add the install directory to your path.
-
Open a command prompt in C:\Tcl\bin.
-
Type
pexports tcl86.dll > tcl86.def
dlltool -D tcl86.dll -d tcl86.def -l libtcl86.a
pexports tk86.dll > tk86.def
dlltool -D tk86.dll -d tk86.def -l libtk86.a
-
Clone this repo.
-
Cross your fingers! Everything should just work!
- Do everything like the 64-bit version, but use 32-bit tools. Not tested.