rdebath/PuTTY

[Q]: How do you build this?

Closed this issue · 3 comments

Hi, I am looking around and still have no idea how to build it from sources. Can you help me with this?

It depends a lot on what tools you are using to build with; If you're building for Linux you can just hit make in the putty-rdb branch. If you want to use Simon's autoconf setup the mkauto.sh will build that. For a Linux to Windows cross compile then make windows-all will build it (assuming the right dependencies are installed). Building using the Windows tools has an additional problem as you need to run the mkfiles.pl script using a perl interpreter to get the collection of makefiles that you can choose the right one. This can be run on Windows or Unix depending on where you have an interpreter.

The mksrcarc.sh should give me a zip file with the mkfiles.pl script already run (ie: with Windows Makefiles) would you like me to add that to my binary branch ?

I've added a zip of the source (in CR/LF format with Makefiles) to the binaries branch.

Thanks, I will try build it with you suggestions.