{"id":18972351,"url":"https://github.com/eis/futty-nodialog","last_synced_at":"2025-09-21T18:24:20.812Z","repository":{"id":2565844,"uuid":"3545421","full_name":"eis/FuTTY-nodialog","owner":"eis","description":"FuTTY fork with some of the \"fatal\" modal dialogs removed","archived":false,"fork":false,"pushed_at":"2012-04-09T11:04:09.000Z","size":3312,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-01T08:21:10.305Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eis.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-02-25T15:47:50.000Z","updated_at":"2018-05-15T06:36:19.000Z","dependencies_parsed_at":"2022-08-29T02:41:44.412Z","dependency_job_id":null,"html_url":"https://github.com/eis/FuTTY-nodialog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2FFuTTY-nodialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2FFuTTY-nodialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2FFuTTY-nodialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eis%2FFuTTY-nodialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eis","download_url":"https://codeload.github.com/eis/FuTTY-nodialog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970706,"owners_count":19727014,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T15:08:12.179Z","updated_at":"2025-09-21T18:24:15.744Z","avatar_url":"https://github.com/eis.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is the README for the source archive of PuTTY, a free Win32\nand Unix Telnet and SSH client.\n\nIf you want to rebuild PuTTY from source, we provide a variety of\nMakefiles and equivalents. (If you have fetched the source from\nSubversion, you'll have to generate the Makefiles yourself -- see\nbelow.)\n\nThere are various compile-time directives that you can use to\ndisable or modify certain features; it may be necessary to do this\nin some environments. They are documented in `Recipe', and in\ncomments in many of the generated Makefiles.\n\nFor building on Windows:\n\n - windows/Makefile.vc is for command-line builds on MS Visual C++\n   systems. Change into the `windows' subdirectory and type `nmake\n   -f Makefile.vc' to build all the PuTTY binaries.\n\n   Last time we checked, PuTTY built with vanilla VC7, or VC6 with\n   an up-to-date Platform SDK. (It might still be possible to build\n   with vanilla VC6, but you'll certainly have to remove some\n   functionality with directives such as NO_IPV6.)\n\n   (We've also had reports of success building with the\n   OpenWatcom compiler -- www.openwatcom.org -- using Makefile.vc\n   with `wmake -ms -f makefile.vc' and NO_MULTIMON, although we\n   haven't tried this ourselves. Version 1.3 is reported to work.)\n\n - Inside the windows/MSVC subdirectory are MS Visual Studio project\n   files for doing GUI-based builds of the various PuTTY utilities.\n   These have been tested on Visual Studio 6.\n\n   You should be able to build each PuTTY utility by loading the\n   corresponding .dsp file in Visual Studio. For example,\n   MSVC/putty/putty.dsp builds PuTTY itself, MSVC/plink/plink.dsp\n   builds Plink, and so on.\n\n - windows/Makefile.bor is for the Borland C compiler. Type `make -f\n   Makefile.bor' while in the `windows' subdirectory to build all\n   the PuTTY binaries.\n\n - windows/Makefile.cyg is for Cygwin / mingw32 installations. Type\n   `make -f Makefile.cyg' while in the `windows' subdirectory to\n   build all the PuTTY binaries.\n\n   You'll probably need quite a recent version of the w32api package.\n   Note that by default the multiple monitor and HTML Help support are\n   excluded from the Cygwin build, since at the time of writing Cygwin\n   doesn't include the necessary headers.\n\n - windows/Makefile.lcc is for lcc-win32. Type `make -f\n   Makefile.lcc' while in the `windows' subdirectory. (You will\n   probably need to specify COMPAT=-DNO_MULTIMON.)\n\n - Inside the windows/DEVCPP subdirectory are Dev-C++ project\n   files for doing GUI-based builds of the various PuTTY utilities.\n\nThe PuTTY team actively use Makefile.vc (with VC7) and Makefile.cyg\n(with mingw32), so we'll probably notice problems with those\ntoolchains fairly quickly. Please report any problems with the other\ntoolchains mentioned above.\n\nFor building on Unix:\n\n - unix/configure is for Unix and GTK. If you don't have GTK, you\n   should still be able to build the command-line utilities (PSCP,\n   PSFTP, Plink, PuTTYgen) using this script. To use it, change\n   into the `unix' subdirectory, run `./configure' and then `make'.\n\n   Note that Unix PuTTY has mostly only been tested on Linux so far;\n   portability problems such as BSD-style ptys or different header file\n   requirements are expected.\n\n - unix/Makefile.gtk and unix/Makefile.ux are for non-autoconfigured\n   builds. These makefiles expect you to change into the `unix'\n   subdirectory, then run `make -f Makefile.gtk' or `make -f\n   Makefile.ux' respectively. Makefile.gtk builds all the programs but\n   relies on Gtk, whereas Makefile.ux builds only the command-line\n   utilities and has no Gtk dependence.\n\n - For the graphical utilities, Gtk+-1.2 and Gtk+-2.0 should both be\n   supported.\n\n - Both Unix Makefiles have an `install' target. Note that by default\n   it tries to install `man' pages, which you may need to have built\n   using Halibut first -- see below.\n\nAll of the Makefiles are generated automatically from the file\n`Recipe' by the Perl script `mkfiles.pl'. Additions and corrections\nto Recipe and the mkfiles.pl are much more useful than additions and\ncorrections to the alternative Makefiles themselves.\n\nThe Unix `configure' script and its various requirements are generated\nby the shell script `mkauto.sh', which requires GNU Autoconf, GNU\nAutomake, and Gtk; if you've got the source from Subversion rather\nthan using one of our source snapshots, you'll need to run this\nyourself.\n\nDocumentation (in various formats including Windows Help and Unix\n`man' pages) is built from the Halibut (`.but') files in the `doc'\nsubdirectory using `doc/Makefile'. If you aren't using one of our\nsource snapshots, you'll need to do this yourself. Halibut can be\nfound at \u003chttp://www.chiark.greenend.org.uk/~sgtatham/halibut/\u003e.\n\nThe PuTTY home web site is\n\n    http://www.chiark.greenend.org.uk/~sgtatham/putty/\n\nIf you want to send bug reports or feature requests, please read the\nFeedback section of the web site before doing so. Sending one-line\nreports saying `it doesn't work' will waste your time as much as\nours.\n\nSee the file LICENCE for the licence conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feis%2Ffutty-nodialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feis%2Ffutty-nodialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feis%2Ffutty-nodialog/lists"}