https://github.com/mremoteng/puttyng
A modified version of PuTTY for integration into mRemoteNG.
https://github.com/mremoteng/puttyng
Last synced: about 1 year ago
JSON representation
A modified version of PuTTY for integration into mRemoteNG.
- Host: GitHub
- URL: https://github.com/mremoteng/puttyng
- Owner: mRemoteNG
- Created: 2011-12-08T07:23:12.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T11:09:36.000Z (over 1 year ago)
- Last Synced: 2025-03-30T17:08:16.936Z (about 1 year ago)
- Language: PowerShell
- Homepage:
- Size: 82.6 MB
- Stars: 65
- Watchers: 11
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# PuTTYNG
This is a modified version of [PuTTY](https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html) from [Simon Tatham](https://www.chiark.greenend.org.uk/~sgtatham/) to be used with [mRemoteNG](https://mremoteng.org/).
| Branch | Build |
|:-----------------: |:-------------------:|
| `Master` | [](https://ci.appveyor.com/project/mremoteng/puttyng-publish) |
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
- window.c
**New PuTTY Build env**
- Install cmake
- open command prompt
- cd to local copy of putty
- cmake .
- cmake --build . --config Release --target putty
OR
- run PuTTYNG.ps1
Build output will be in: putty\Release\PuTTYNG.exe