-
Notifications
You must be signed in to change notification settings - Fork 94
Building with VS2010 Express
This is outdated. The VS project files are no-longer shipped, and must be generated, which is quite involved.
There is a hard-mode build guide for VS2015, which you can use instead.
-
Install it. All of the default options are fine. It will tick through quite a few steps.
-
Install Github for Windows
-
Clone in Windows from Github.
-
Open project directory from Github for Windows.
-
Double-click
putty.sln
, the PuTTY Microsoft Visual Studio Solution. -
Right click "putty" in the tree on the left, and select "Start new instance" from the "Debug" submenu.
-
Tada!
-
Use "quick find" (ctrl+f) in "Entire Solution" to search for "Basic options":
-
Open the result by double-clicking on it in the Find Results pane
-
Change the string however you feel, and run again (as per step 7) to see the result
-
Commit.
-
Change the whitespace settings so you can see what you're doing. PuTTY expects you to use a "tab size" of 8, and an "indent size" of 4. For this reason, it's probably better to set it not to use tabs.