aidanhs / tcldis

A tcl bytecode decompiler
https://aidanhs.github.io/tcldis
Other
20 stars 12 forks source link

How I can build tcldis in Windows? #1

Open Chigishev opened 4 years ago

Chigishev commented 4 years ago

Hello! I try to build tcldis on Windows, no results.... I cannot run make, I try to use Pyton 3.4 - not found _tcldis, I try to use Visual Studio and clone from Git - no results.....

aidanhs commented 4 years ago

Hello!

I never tried this to make it work on windows, and I can see from the Makefile there are a few things that would make it tricky. However, for tcldis itself there's no reason it can't work. I think your options are one of:

  1. install make for windows and edit the makefile to work - happy to accept patches
  2. use WSL to get a linux experience on windows (or just a VM)
  3. pay me for option 1 (or just to provide a dll)
rdpdo commented 3 years ago

I got the DLL for windows if you want

MPruszewicz commented 2 months ago

I got the DLL for windows if you want

I want :), can You share via github?