Senin, 22 Februari 2016

KALI nih gue mau berbagi source code puTTy







Berikut source code  the icons and the patch


  1. Download the PuTTY source, the icons and the patch  http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  2. Unpack the source, the icons, and apply the patch: tar xzf putty-*.tar.gz; cd putty-$VERSION; tar xzf ../putty-url-icons.tar.gz; patch -p1 < ../putty-url-*.patch
  3. Generate build files: ./mkfiles.pl
  4. Export the TOOLPATH variable so that the variables CC and RC in windows/Makefile.cyg point to your tools (e.g. export TOOLPATH="i686-mingw32-")
  5. Build it: cd windows; make -f Makefile.cyg.
  6. The created executable (putty.exe) can be found in the windows/ subdirectory of the source directory.

Tidak ada komentar:

Posting Komentar