Porting TOR Relay Software To Run On Windows

Hello, So I Retrieved the tor source code from https://github.com/torproject/tor Here’s one thing I have noticed about the network. I have noticed that there is no version of the tor relaying software that will run on Windows. I know Windows isn’t the most secure OS to run a relay off of for a few reasons, however if there was a version of the tor relaying software that was compatible with Windows, this would remove the barrier an quite a number of people who want to run a bridge or relay but do not want to have to go through the hassle of running a Linux virtual machine or something. After just trying to start this project, here is the issue I am already encountering. The tor relaying software is written in C, which I cannot seem to find any compilers for that would work with Windows. Microsoft Visual Studio would be very convenient here, but I have checked and from what I can see it does not support C, but does support C++ and of course C#. Any thoughts on what a good compiler might be to try to port the tor relay software to run as a Command Prompt software on Widows? Let me know your thoughts. Thanks all.

On 06/13/2018 08:36 PM, Keifer Bly wrote:
Tor is compiled for Windows and available for download here. https://www.torproject.org/download/download.html.en You're looking for the "Expert Bundle," and the current direct download link is https://www.torproject.org/dist/torbrowser/7.5.5/tor-win32-0.3.2.10.zip Unzip it and inside you'll find tor.exe. This can be configured the usual way to run a relay. Hope that helps. Matt
participants (2)
-
Keifer Bly
-
Matt Traudt