|
From: Eric B. <ej...@gm...> - 2018-07-06 02:04:04
|
That's great news Tomio. Thank you for that. I'm not very familiar with macports, but I think you can use macports to produce a standalone installation (dmg or pkg) for redistribution to users who aren't running macports: https://guide.macports.org/chunked/using.binaries.html Is that something your could try for maxima and wxmaxima? If not, I'll try to get my hands on a mac and work on that in the coming weeks. In any event, I can help with testing and debugging. thanks in advance, Eric On Sat, Jun 30, 2018 at 11:23 AM 有坂富雄 <ari...@ic...> wrote: > On macOS, the current version of Maxima is now supported by MacPorts. > https://www.macports.org/ > So you can get the version 5.41.0 with the next command: > > $ sudo port install maxima > > If you want to try a development version of Maxima, run the next command: > > $ sudo port install maxima-devel > > Note: If you have already installed maxima-5.41.0, you must deactivate it > with the next command before installing the development version: > > $ sudo port deactivate maxima > > > And the current version of wxMaxima is also supported by MacPorts. > So you can get the version 18.02.0 with the next command: > > $ sudo port install wxmaxima > > If you want to try a development version of wxMaxima, run the next command: > > $ sudo port install wxmaxima-devel > > > Thanks, > > Tomio Arisaka > > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, Slashdot.org! http://sdm.link/slashdot > _______________________________________________ > Maxima-discuss mailing list > Max...@li... > https://lists.sourceforge.net/lists/listinfo/maxima-discuss > |