Le mercredi 18 janvier 2017 09:41:38 UTC+1, Dima Pasechnik a écrit :
>
> compiling from source might be easier and faster than trying a binary that 
> is not quite matching the OS.
>
>
Yes indeed. Here are a few hints to build from source: 

1/ Make sure that the prerequisites are installed on your system, cf. 
http://doc.sagemath.org/html/en/installation/source.html#prerequisites
For Ubuntu 16.04 the list of packages to install is
https://wiki.sagemath.org/prerequisitesUbuntu
I guess it is should be pretty similar for Linux Mint 18

2/ run the following commands in a terminal:
git clone https://github.com/sagemath/sage.git
cd sage  
MAKE="make -j8" make 
You may adapt the 8 in "-j8" to the number of threads you want 
to use for the parallel build, depending on your CPU. 

Best wishes,

Eric. 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to