Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows make install n2n #1167

Open
omaidb opened this issue Mar 14, 2024 · 6 comments
Open

Windows make install n2n #1167

omaidb opened this issue Mar 14, 2024 · 6 comments

Comments

@omaidb
Copy link

omaidb commented Mar 14, 2024

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
Copy link
Author

omaidb commented Mar 14, 2024

圖片

@hamishcoleman
Copy link
Collaborator

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
Copy link

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
Copy link
Collaborator

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
Copy link
Author

omaidb commented Apr 7, 2024

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants