janmojzis / tinyssh

TinySSH is small server (less than 100000 words of code)
Creative Commons Zero v1.0 Universal
1.44k stars 79 forks source link

On Windows #5

Closed szepeviktor closed 9 years ago

szepeviktor commented 9 years ago

Is it possible to compile tinyssh on Windows? For example on Cygwin?

janmojzis commented 9 years ago

Yes, under cygwin compilation and tinyssh running works without problems.

janmojzis commented 9 years ago

updated FAQ: http://tinyssh.org/faq.html

szepeviktor commented 9 years ago

Thank you. I plan to report compile success.

szepeviktor commented 9 years ago
janmojzis commented 9 years ago

make-install.sh should also work. Here is the fix: https://github.com/janmojzis/tinyssh/commit/1c555dbe630c2b9e4fdb5d3fb989e51878a51f0a

szepeviktor commented 9 years ago

Thank you!