Rev 15657 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
Windows-style Installer=======================You can make an install package (SetupR.exe) in the usual Windows style(by default in Windows 2000 style) by using the installer kitInno Setup 2.0.9 (or later) from www.jrsoftware.org.First go to the parent of this directory and make the distribution zipfiles bymake tclmake distributionThen in this directory, edit ISDIR in Makefile and then runmakemake IScleanYou will have SetupR.exe and a set of files miniR* for the floppy-sizeddistribution.BDR's rwinst============This is obselete and no longer maintained.You need to get Info-Zip's unzip542.zip from one of many mirrors, andunzip it in this directory, with sayunzip unzip542.zip -d unzipThen alter UNZIPDIR in the Makefile if necessary and run `make'.dounzip.c is based rather loosely on the windll/uzexampl.c file.