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 XP support #1143

Merged
merged 7 commits into from
Aug 3, 2023
Merged

Windows XP support #1143

merged 7 commits into from
Aug 3, 2023

Conversation

hamishcoleman
Copy link
Collaborator

It is now possible to build n2n for Windows XP.

The simplest way of doing this is to cross-compile from Linux using the mingw toolkit:

apt install binutils-mingw-w64-i686 gcc-mingw-w64-i686
./autogen.sh
./configure --host i686-w64-mingw32
make install DESTDIR=binaries/i686-w64-mingw32

This will place the output in the binaries dir

Due to the age of Windows XP, some required features are missing and thus some helper parts of n2n were disabled

See also: #847

@hamishcoleman hamishcoleman self-assigned this Aug 2, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 2, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.01% ⚠️

Comparison is base (6b8ba8a) 21.67% compared to head (4338f4e) 21.67%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1143      +/-   ##
==========================================
- Coverage   21.67%   21.67%   -0.01%     
==========================================
  Files          46       46              
  Lines        8993     8994       +1     
==========================================
  Hits         1949     1949              
- Misses       7044     7045       +1     
Files Changed Coverage Δ
src/edge_management.c 0.00% <ø> (ø)
src/edge_utils.c 1.67% <0.00%> (-0.01%) ⬇️
src/management.c 0.00% <ø> (ø)
src/n2n.c 1.28% <ø> (ø)
src/network_traffic_filter.c 0.00% <ø> (ø)
src/sn_management.c 0.00% <ø> (ø)
src/sn_utils.c 0.00% <ø> (ø)
src/tuntap_linux.c 0.00% <ø> (ø)
src/tuntap_osx.c 0.00% <ø> (ø)
src/win32/edge_utils_win32.c 0.00% <ø> (ø)
... and 3 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@hamishcoleman hamishcoleman merged commit f791531 into ntop:dev Aug 3, 2023
31 checks passed
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

Successfully merging this pull request may close these issues.

2 participants