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 nut-Windows-v2.8.0-alpha3.tar.gz link is broken #1687

Closed
joachim-heck opened this issue Oct 27, 2022 · 2 comments
Closed

Windows nut-Windows-v2.8.0-alpha3.tar.gz link is broken #1687

joachim-heck opened this issue Oct 27, 2022 · 2 comments
Labels

Comments

@joachim-heck
Copy link

Dear all,

I'm struggeling to build the https://github.com/networkupstools/nut/releases/tag/v2.8.0-Windows version on my own.
Is there any way that somebody might fix the broken download link from the download page (https://networkupstools.org/download.html)
http://www.networkupstools.org/source/Win/nut-Windows-v2.8.0-alpha3.tar.gz ?

Thanks and regard!

@jimklimov
Copy link
Member

That was a relatively old snapshot by now. The code was merged since, so you can start with building master branch right away. Hopefully docs would lead you how, depending on the platform you build on (linux+mingw or windows+msys2) see docs/config-prereqs.txt or scripts/Windows/README respectively.

Recent CI builds should be available on Appveyor for a month after the build ran; see links in NUT website footer.

Note that not everything was completed for Windows, known differences documented in issue #5 and those linked to it - and help would be welcome ;)

@joachim-heck
Copy link
Author

joachim-heck commented Oct 28, 2022

Thanks for your support - Finally we have an running build!

We managed it like that:

  • Installed Windows MSYS2 - MINGW64
  • Installed required dependencies: git, build toolchain, GCC, LibUSB,..
  • git clone of the master branch
  • run: ./configure --with-usb
  • run: make install-win-bundle DESTDIR=/output-folder

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

No branches or pull requests

2 participants