Skip to content

mRemoteNG/PuTTYNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

PuTTYNG

This is a modified version of PuTTY from Simon Tatham to be used with mRemoteNG.

Branch Build
Master Build status

After reviewing changes I decide to dismiss putty files from our repository as almost no changes in them are done some small changes now are made by script, in feature will try to avoid even such...

So just run PuTTYNG.ps1 and it will do all for you!

Script will clone https://git.tartarus.org/simon/putty.git and then do changes mentioned below:

The following files within the project will be modified:

  • CMDLINE.C
  • PUTTY.H
  • version.h

New PuTTY Build env

  • Install cmake
  • open command prompt
  • cd to local copy of putty
  • cmake .
  • cmake --build . --config Release --target putty

OR

  • run make22.cmd

Build output will be in: putty\Release\PuTTYNG.exe