Author Topic: WIP build downloads  (Read 26509 times)

Offline Kev

  • FBNeo Dev
  • ******
  • Posts: 318
  • Karma: +2000/-0
  • Definitely the best Kev
WIP build downloads
« on: July 29, 2019, 12:29:50 PM »
Various WIP builds can now be downloaded from
https://github.com/finalburnneo/FBNeo/releases/tag/latest

Currently there are also Windows XP specific builds available but should they stop working you can also download a WinXP-compatible build @
https://ashura.mameworld.info/nightlybuilds/builds.html  (scroll down to the bottom of page for the link)

Depending on the number of recent commits it could go a bit out of date (usually only by an hour) but it does at least have the git commit hash so you can work out which commit it is you are downloading...

Disclaimer: These are not supposed to be proper releases but are handy for testing and they are provided so people don't have to download other builds that risk having nasty things in them. Having said that If you find any issues please report them!
« Last Edit: January 13, 2022, 01:09:21 AM by dink »

Offline Pelucon8

  • Member
  • ***
  • Posts: 101
  • Karma: +2/-0
Re: WIP build downloads
« Reply #1 on: July 29, 2019, 09:03:34 PM »
Thank you very much, let's see how it goes  :smilie:

One question, does fbn-win32-gcc-xp.7z refer to a version for Windows XP?

Greetings

Offline Kev

  • FBNeo Dev
  • ******
  • Posts: 318
  • Karma: +2000/-0
  • Definitely the best Kev
Re: WIP build downloads
« Reply #2 on: July 30, 2019, 04:04:31 AM »
Thank you very much, let's see how it goes  :smilie:

One question, does fbn-win32-gcc-xp.7z refer to a version for Windows XP?

Greetings

Yes it does.

Offline Pelucon8

  • Member
  • ***
  • Posts: 101
  • Karma: +2/-0
Re: WIP build downloads
« Reply #3 on: July 30, 2019, 01:47:02 PM »
Great, thanks for answering.  :smilie:

Offline Kev

  • FBNeo Dev
  • ******
  • Posts: 318
  • Karma: +2000/-0
  • Definitely the best Kev
Re: WIP build downloads
« Reply #4 on: October 17, 2019, 11:23:50 AM »
VS builds are on hold until I figure out wtf appveyor has done to stop the DX SDK from being found.

Offline Kev

  • FBNeo Dev
  • ******
  • Posts: 318
  • Karma: +2000/-0
  • Definitely the best Kev
Re: WIP build downloads
« Reply #5 on: October 20, 2019, 06:01:23 PM »
VS builds are on hold until I figure out wtf appveyor has done to stop the DX SDK from being found.

VS builds are back + with added bonus of really messing up the git commit history.

Offline Kev

  • FBNeo Dev
  • ******
  • Posts: 318
  • Karma: +2000/-0
  • Definitely the best Kev
Re: WIP build downloads
« Reply #6 on: October 20, 2019, 06:57:45 PM »
Also, as an FYI, I have started to move over to GitHub actions, so expect a failure to be reported until that is fixed (give me 72 hours or so lol) although the WIP builds should still be working whilst appveyor is still hooked up.

Offline 7zxkv

  • Jr. Member
  • **
  • Posts: 92
  • Karma: +9/-0
Re: WIP build downloads
« Reply #7 on: October 25, 2019, 01:51:58 AM »
Hello,
Simple little question^^:
Is there an interest of the gcc version? (If it is no longer compatible with XP as before, it seems that gcc <8 remains compatible).

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: WIP build downloads
« Reply #8 on: October 25, 2019, 07:54:11 AM »
Yes, it will become compatible again.  Appveyor annoyingly changed its tools, we're working on a solution.
I use gcc 8.x and it makes xp-compat exe's, I don't even recommend to use the vs builds, vs introduces too many bugs.

best regards,
- dink

Offline ClessxAlghazanth

  • Member
  • ***
  • Posts: 117
  • Karma: +2/-0
Re: WIP build downloads
« Reply #9 on: February 07, 2020, 09:16:13 PM »
One simple question , that's the difference between a gcc and vs build ?

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: WIP build downloads
« Reply #10 on: February 07, 2020, 10:56:59 PM »
The gcc build is stable, and is what most of the devs use.  Avoid the vs build like the plague :)

best regards,
- dink

Offline Kev

  • FBNeo Dev
  • ******
  • Posts: 318
  • Karma: +2000/-0
  • Definitely the best Kev
Re: WIP build downloads
« Reply #11 on: February 09, 2020, 05:37:22 PM »
The WIP storage facility now also has XP compatible builds. I'd only use them on XP though, the other build is using a much newer compiler.

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: WIP build downloads
« Reply #12 on: February 09, 2020, 08:03:24 PM »
XP build is compiled with mingw/gcc 5.3.0
For years I compiled my builds with mingw/gcc 4.8.1, and they ran fine for everyone :)
IMO the XP build from appveyor will work fine on any system - including XP, but the non-XP build will only run on Win7+. (or maybe Vista?)

best regards,
- dink

Offline Stifu

  • Member
  • ***
  • Posts: 246
  • Karma: +5/-0
Re: WIP build downloads
« Reply #13 on: January 12, 2022, 03:24:56 AM »

Offline dink

  • Administrator
  • *****
  • Posts: 5014
  • Karma: +449/-1
  • pie? I nearly bought one!
Re: WIP build downloads
« Reply #14 on: January 13, 2022, 01:09:43 AM »
thanks! link updated