heiher / sockstun

A simple and lightweight VPN over socks5 proxy (tun2socks) for Android.
MIT License
213 stars 58 forks source link

'lwip/init.h' file not found #5

Closed saaam000 closed 1 year ago

saaam000 commented 1 year ago

I have cloned the project and tried to run it in android studio but I'm encountering "File not found" for these two lines from "\sockstun\app\src\main\jni\hev-socks5-tunnel\src\hev-main.c" :

include <lwip/init.h>

include <lwip/priv/tcp_priv.h>

I have cloned it as you mentioned in readme.md :

git clone --recursive https://github.com/heiher/sockstun

heiher commented 1 year ago

The submodules are not compatible with Windows, and the workaround is replace symbolic link with real files.