readme.txt 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. This is the README file for source code package of WinSCP.
  2. To build WinSCP you need:
  3. - Embarcadero C++ Builder XE6 Professional.
  4. http://www.embarcadero.com/products/cbuilder
  5. - Microsoft .NET Framework 3.5 (for MSBuild)
  6. http://www.microsoft.com/netframework
  7. - nasm from http://www.nasm.us/
  8. - Build MFC (see readme_mfc.txt).
  9. - To build WinSCP .NET assembly, you need Microsoft Visual Studio 2013
  10. http://www.microsoft.com/visualstudio
  11. and Microsoft .NET Framework 4.0
  12. To build WinSCP from source by yourself, modify and use 'build.bat' in root
  13. folder of source code package.
  14. Directory structure:
  15. /source project files of all native libraries and executables
  16. /source/components native WinSCP visual components
  17. /source/console console interface
  18. /source/core core (non-visual) part of WinSCP
  19. (SSH, SFTP, FTP, WebDAV and SCP code)
  20. /source/dragext drag&drop shell extension
  21. /source/filezilla source code of FileZilla FTP client
  22. /source/forms visual part of WinSCP (dialogs and windows)
  23. /source/packages general visual components (both mine and 3rd party)
  24. /source/putty source code of PuTTY SSH client
  25. /source/resource resources strings
  26. /source/windows other sources
  27. /deployment Inno Setup script to create setup package
  28. (see /deployment/readme)
  29. /dotnet source code of WinSCP .NET assembly
  30. /libs 3rd party libraries
  31. WinSCP homepage is http://winscp.net/
  32. See the file 'license.txt' for the license conditions.