Re: [wsjt-devel] WSJTX for Apple M1

2022-07-03 Thread Alex Lelievre via wsjt-devel
Hi Oleg, I haven’t done this yet but it’s a good idea. I will fork or branch WSJT-X and update it for M1 soon. best, alex > On Jul 3, 2022, at 11:09 AM, Olof Johansson wrote: > >  > Hi Alex, > > Do you happen to have your modifications on a public git repo somewhere? I > would like to re

Re: [wsjt-devel] WSJTX for Apple M1

2022-07-03 Thread Alex Lelievre via wsjt-devel
Hi Brian, The builds I provide are signed properly to run on other systems. 2.6.0rc1 is here: https://www.dropbox.com/s/dj7dx4swnh1pnas/wsjtx.app.zip?dl=0 Also I posted some instructions for building M1 here: http://folabs.com/building-wsjt-x-apple-m1.html best, alex > On Jul 3, 2022, at 12

Re: [wsjt-devel] WSJTX for Apple M1

2022-07-03 Thread Brian Moran via wsjt-devel
Hi Alex and and Olof; I too have been building M1-specific binaries (for 2.6.0 rc-1). There certainly are some caveats in building specifically for M1 chips at this time, starting with specifying some of the CMake variables required: CMAKE_OSX_ARCHITECTURES -> arm64 (this chooses M1-specific bina

Re: [wsjt-devel] WSJTX for Apple M1

2022-07-03 Thread Olof Johansson via wsjt-devel
Hi Alex, Do you happen to have your modifications on a public git repo somewhere? I would like to rebuild from sources locally, if possible. Also (to the maintainers): what's holding this up from being merged into the upstream repo? Would be nice to see it making its way in, and I'd love to see o