-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native windows build #29
Comments
I usually cross-compile from linux, which as far as i know is also the recommended way for the tor daemon itself (not just this library). I can keep this issue open in case somebody knows how to do that, but I'm afraid it's gonna require some major refactoring of our |
Thanks for the feedback. Yes the Tor project does cross compile for windows as well. I did start down the route of modifying Might be worth keep this issue open for others to find. Thanks @afilini |
Is it possible to use libtor in msvc? |
@MCBEPluginModer not in its current state |
Hi @afilini
I'm trying to get native windows build working. I managed to use cmake for
libevent
source but the Tor source does not have CMakeLists.txt.I see it has a Makefile.nmake but it refers to non-existent folders and fails.
Do you know how to compile Tor on windows?
The text was updated successfully, but these errors were encountered: