Mac OS X.14, alpha version

Nouveautes concernant Xcas.
News about Xcas

Modérateur : xcasadmin

parisse
Messages : 5749
Inscription : mar. déc. 20, 2005 4:02 pm
Contact :

Mac OS X.14, alpha version

Message par parisse » lun. mai 06, 2024 11:29 am

===== FRANCAIS ======= (english below)
Mode d'emploi:
Etapes a effectuer une seule fois
1/ Installer brew depuis https://brew.sh/
2/ Ouvrir un terminal depuis le launchpad et copier-coller la commande

Code : Tout sélectionner

brew install fltk mpfi readline libxft jpeg gsl ntl glpk libsamplerate autoconf automake pari libao libusb wget dfu-util

Etape pour installer/mettre a jour Xcas
Ouvrir un terminal depuis le launchpad
Méthode A: utiliser des binaires précompilés (fonctionne pour processeur M3, pour M1 et M2 je ne sais pas, ne fonctionne pas pour processeur Intel)

Code : Tout sélectionner

cd ~/Downloads
/bin/rm xcas_osx14.tgz ; wget https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac/xcas_osx14.tgz
cd /
tar xvfz ~/Download/xcas_osx14.tgz
/Applications/usr/bin/xcas
Méthode B: compiler soi-meme à partir du source

Code : Tout sélectionner

cd ~/Downloads
/bin/rm -f giac-1.9.0.tar.bz2; wget https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac/giac-1.9.0.tar.bz2
cd
tar xfj ~/Downloads/giac-1.9.0.tar.bz2
cd giac-1.9.0
sh mkosx
/Applications/usr/bin/xcas
Ensuite xcas devrait pouvoir se lancer depuis le Dock.
Merci de me dire si ca marche ou s'il manque quelque chose.

===== ENGLISGH =====
Steps that must be done once:
1/ Install brew from https://brew.sh/
2/ Open a terminal from launchpad and run the following command

Code : Tout sélectionner

brew install fltk mpfi readline libxft jpeg gsl ntl glpk libsamplerate autoconf automake pari libao libusb wget dfu-util
Step for installing/updating Xcas
Open a terminal from launchpad and run the following commands
Variant A: get a precompiled version for M3 processors (may work for M1/M2 I don't know), does not work for Intel Mac:

Code : Tout sélectionner

cd ~/Downloads
/bin/rm xcas_osx14.tgz ; wget https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac/xcas_osx14.tgz
cd /
tar xvfz ~/Download/xcas_osx14.tgz
/Applications/usr/bin/xcas
Variant B: compile yourself

Code : Tout sélectionner

cd ~/Downloads
/bin/rm -f giac-1.9.0.tar.bz2; wget https://www-fourier.univ-grenoble-alpes.fr/~parisse/giac/giac-1.9.0.tar.bz2
cd
tar xfj ~/Downloads/giac-1.9.0.tar.bz2
cd giac-1.9.0
sh mkosx
/Applications/usr/bin/xcas
Please let me know if it works or if something is missing.

Répondre