Le lundi 2 septembre 2013 17:10:54 UTC+2, Peter Sebastian Nordholt a écrit :
>
> wget http://www.mpir.org/mpir-2.6.0.tar.bz2
>
> tar xvjf mpir-2.6.0.tar.bz2
> cd mpir-2.6.0
> sudo ./configure --enable-gmpcompat --enable-cxx
> sudo make
> sudo make check
> sudo make install
>
Bill has the right questions, but as a side note, let me mention that using 
"sudo" so much doesn't make sense. Either login as root (command "su" for 
instance) in which case you don't need to use sudo at all because you are 
already root for everything, or remain a regular user and call sudo only 
for "make install" (the only step that may need to write in protected 
places). Security conscious people may not even use sudo for make install 
(DESTDIR, etc).

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

Reply via email to