basil00 / TorWall

Tallow - Transparent Tor for Windows
http://reqrypt.org/tallow.html
GNU General Public License v3.0
507 stars 121 forks source link

Can't install this thing #12

Closed RUr1ck closed 6 years ago

RUr1ck commented 6 years ago

Hi,

I've tried to install it, but when I run 'make' I got this error

i686-w64-mingw32-gcc --std=c99 -O2 -I contrib//include/ -mwindows -mthreads -mno-ms-bitfields -m32 -Wall -DVERSION= -c -o main.o main.c make: i686-w64-mingw32-gcc: Command not found

: recipe for target 'main.o' failed make: *** [main.o] Error 127
basil00 commented 6 years ago

As you probably figured out, you need to install the mingw-w64 cross compiler.