ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.05k stars 925 forks source link

Windows make install n2n #1167

Open omaidb opened 3 months ago

omaidb commented 3 months ago

Demonstration environment: Windows2012

Preconditions: msys2 has been installed

# 安装MSYS2,它是一个为Windows提供软件包管理的工具:
choco install msys2 -y

# 进入msys2终端
C:\tools\msys64\usr\bin\bash.exe

# 更新MSYS2
pacman -Syu

# 安装make、automake、autoconf、libtool和pkg-config软件包
pacman -S git make automake autoconf libtool pkg-config base-devel gcc openssl

clone code

# 克隆代码
git clone https://github.com/ntop/n2n.git

# 编译
./autogen.sh
./configure
make -j

It's a pity that tuntap is not supported under msys2 and the compilation failed. Is there anyone who can help?

omaidb commented 3 months ago
圖片
hamishcoleman commented 3 months ago

Compiling on windows with msys is definitely a tested and working setup in the recently released fork n3n If you wanted to test again with that project and raise a ticket over there if you cannot get it working, we would be happy to investigate it further as part of that new project.

NiKola-UE commented 3 months ago

Hello,

Where can I download the Windows version?

I don't know if they are related, but N2N Edge GUI is still available on the Source Forge, but last version is from 2010.

hamishcoleman commented 3 months ago

Hi @NiKola-UE , if you want to try out the n3n fork, there are windows binaries available as part of the release - https://github.com/n42n/n3n/releases

omaidb commented 3 months ago

Hi @NiKola-UE , if you want to try out the n3n fork, there are windows binaries available as part of the release - https://github.com/n42n/n3n/releases

nice

NiKola-UE commented 3 months ago

Congratulations on your hard work and effort. I'll talk about impressions on the N3N's GitHub Issues page. I hope it N3N well adapted for the keyboard and with full textual elements because as a blind person I cannot use visual-based programs with a minimalistic graphical interface.

All the best.