build MultiWiiConf on macos 11.7 (and win10) in 2023

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
User avatar
Hamburger
Posts: 2580
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

build MultiWiiConf on macos 11.7 (and win10) in 2023

Post by Hamburger »

I have seen requests to get a working MultiWiiConf on a more recent macos. I just had to do a rebuild myself.

a) get or update appropriate driver for the usb-serial interface - good verification is to build and upload MultiWii 2.4 to the FC with the arduino IDE app.
b) get MultiWiiConf.pde (the source) from github
c) get or reinstall Processing.app 2.2.1 - it is ancient but good enough
d) get and install library controlP5 2.0.4 - it is ancient but just right for this source
dd) on win10 install /downgrade to Java version 8 (hints to bypass oracle can be found on github) - it was not neccessary on my macos instance
e) compile and run MultiWiiConf.pde in Processing.app - if it lists the usb-serial interface and you can connect, then you are good.
f) export as MultiWiiConf.app from Processing.app to have a standalone app for future use.

last step f) did not work for me on win10 but step e) is good enough for the few occasions

User avatar
synersignart
Posts: 71
Joined: Wed Mar 22, 2017 3:57 am

Re: build MultiWiiConf on macos 11.7 (and win10) in 2023

Post by synersignart »

let us know how it goes?

tzargar
Posts: 1
Joined: Mon Sep 02, 2024 10:25 pm

Re: build MultiWiiConf on macos 11.7 (and win10) in 2023

Post by tzargar »

@Hamburger were you able to generate an executable for macos running arm64?

User avatar
Hamburger
Posts: 2580
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: build MultiWiiConf on macos 11.7 (and win10) in 2023

Post by Hamburger »

synersignart wrote:
Sat Aug 17, 2024 12:42 pm
let us know how it goes?
works for me as described

User avatar
Hamburger
Posts: 2580
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: build MultiWiiConf on macos 11.7 (and win10) in 2023

Post by Hamburger »

tzargar wrote:
Mon Sep 02, 2024 10:35 pm
@Hamburger were you able to generate an executable for macos running arm64?
I have no arm64 and only do a native build for intel. I have no idea how to generate an executable for arm64, sorry

Post Reply