Hello.
I tried many DEV-ENV to compile tor master core on Windows/64.
Never find a solution to get a tor.exe!
I always got errors on libevent!
Tried,
- cygwin, no way
- MSYS2, no way
- Linux cross compiling (mingw), no way
Is there a definitive tutorial step-by-step to make a build of tor.exe x86_64 inside a Windows/64?
Thanks.
Vort
January 4, 2025, 10:02pm
2
verbal666:
This works for me:
./autogen.sh && ./configure --enable-static-tor --with-libevent-dir=$MINGW_PREFIX/lib --with-openssl-dir=$MINGW_PREFIX/lib --with-zlib-dir=$MINGW_PREFIX/lib --disable-unittests --disable-module-dirauth --disable-manpage --disable-html-manual --disable-asciidoc && make
You need to install it probably.
Execute pacman -Ss libevent
and then select package depending on your compiler. For example, pacman -S mingw-w64-clang-x86_64-libevent
for clang.
2 Likes
system
Closed
January 6, 2025, 10:33am
4
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.