From: 有坂富雄 <ari...@ic...> - 2023-10-08 07:30:05
|
MacPorts is a system for compiling, installing, and managing open source software.Website: <https://www.macports.org/>I'm using MacPorts.So I can show how to install Maxima with only MacPorts as follows:1. Install Apple's Xcode Developer Tools in order to install and run MacPorts. See <https://www.macports.org/install.php> Note: You need "Terminal.app" in order to use Xcode and MacPorts. Double-click the icon of "Terminal.app" in the "/Applications/Utilities" directory, then the command-line-user-interface window is opened.2. Install MacPorts to the "/opt/local" directory. See <https://www.macports.org/install.php>3. Open a new window of "Terminal.app" in order to activate the path to the MacPorts directory.4. Update the MacPorts system and local ports tree from the MacPorts rsync server. $ sudo port selfupdate5. Install Maxima with SBCL: $ port info maxima $ $ sudo port install maxima Then "/opt/local/bin/maxima", "/opt/local/bin/rmaxima", and "/opt/local/bin/xmaxima" are installed.6. Install Tk for Quartz if necessary. Xmaxima needs Tk. Add the "+quartz" option in order to enable native macOS graphics support. (Default installed Tk needs X11 after installing maxima) $ port info tk $ $ port installed tk $ $ sudo port install tk +quartz Then "/opt/local/bin/wish" is installed. After that, if the ".xmaximarc" file exists, you should remove it in order to reset the default font of Xmaxima. ("${HOME}/.xmaximarc" is an invisible file. It is created by Tk which depends on X11) $ rm -i ${HOME}/.xmaximarc7. Install wxMaxima if necessary. $ port info wxmaxima $ $ sudo port install wxmaxima Then "/Applications/MacPorts/wxMaxima.app" is installed.Note: * If you want to use X11, you have to install XQuartz. Website: <https://www.xquartz.org/>Thanks,Tomio Arisaka2023年10月8日 1:26、El Observatorio De Matemática <obs...@gm...>からのメール:---------- Forwarded message ---------De: El Observatorio De Matemática <obs...@gm...>Date: sáb, 7 oct 2023 a las 11:23Subject: Re: [Maxima-discuss] Instalar Maxima para MacBook Air M2To: Aurelio Castanedo <cas...@ho...>Hello allCan someone have experienced an issue while trying to install Maxima or wxMaxima in a Mac, MacBook or something like that?bestEl sáb, 7 oct 2023 a las 11:20, El Observatorio De Matemática (<obs...@gm...>) escribió:Mira también lo siguientehttps://sourceforge.net/projects/maxima/files/Maxima-MacOS/5.26.0-MacOSX/El sáb, 7 oct 2023 a las 11:18, El Observatorio De Matemática (<obs...@gm...>) escribió:Hola AurelioAquí te muestro algo de hace algunos años, allí se muestra que un usuario llamado Javier Arantegui escribió un tutorial para instalaciones en una máquina Mac OS X (¿serviría para el problema que estás presentando?).Total el vínculo ya no está disponibleEl sáb, 7 oct 2023 a las 11:12, El Observatorio De Matemática (<obs...@gm...>) escribió:Buenos díasTe mostraré respuestas a interrogantes parecidos en años pasados.https://sourceforge.net/p/maxima/mailman/maxima-discuss/thread/572...@ho.../https://maxima-discuss.narkive.com/OV6lxGoY/installation-problem-cannot-run-maxima-macbookEl sáb, 7 oct 2023 a las 10:25, Aurelio Castanedo (<cas...@ho...>) escribió:Buenos días, como puedo instalar Maxima en mi MacBook Air con procesador M2. Lo necesito urgente para las clases en la universidad y no puedo descargarlo. Muchas gracias Enviado desde mi iPad _______________________________________________ Maxima-discuss mailing list Max...@li... https://lists.sourceforge.net/lists/listinfo/maxima-discussContent-Type: text/plain; charset="us-ascii"MIME-Version: 1.0Content-Transfer-Encoding: 7bitContent-Disposition: inline |