https://github.com/niieani/kitty-remix
Git-ified KiTTY with some of my changes and a way to compile under VS2013
https://github.com/niieani/kitty-remix
Last synced: 9 months ago
JSON representation
Git-ified KiTTY with some of my changes and a way to compile under VS2013
- Host: GitHub
- URL: https://github.com/niieani/kitty-remix
- Owner: niieani
- License: other
- Created: 2014-10-23T12:12:29.000Z (about 11 years ago)
- Default Branch: vs2013
- Last Pushed: 2023-12-15T05:18:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T15:13:01.267Z (9 months ago)
- Language: C
- Homepage: http://www.9bis.net/kitty/
- Size: 1.84 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to compile KiTTY under MingW
================================
[See this guide](https://nesity.improwizuj.pl/2013/09/17/how-to-compile-putty-or-kitty-under-mingw/)
How to compile KiTTY under Visual Studio 2013
=============================================
1. Install [VS 2013](http://download.microsoft.com/download/7/1/B/71BA74D8-B9A0-4E6C-9159-A8335D54437E/vs_community.exe)
2. ```git clone --recursive ```
3. In VS, open solution ```kitty-remix/putty/windows/VS2013/putty.sln```
4. BUILD / Configuration Manager / Active solution configuration: set to *Release*
5. Build (F7)
6. If everything went right, files can be found in ```kitty-remix/putty/windows/VS2013//Release/```