install:mac_fink

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
install:mac_fink [2019/01/29 21:46] – external edit 127.0.0.1install:mac_fink [2019/05/16 11:34] paffenholz
Line 7: Line 7:
     * New terminal sessions must be made aware of the location of your ''Fink''. For this you can issue the command <code>. /fink-base_path/bin/init.sh</code> in the terminal (observe the ''.'' at the beginning!). If you took the default during installation of ''Fink'', then ''fink-base_path'' is just ''/sw''. It is convenient to put this into the configuration file ''.profile'' in your home directory (unless you have several Fink versions, or other Mac ports). The command  <code>/fink-base_path/bin/pathsetup.sh</code> assists in this.      * New terminal sessions must be made aware of the location of your ''Fink''. For this you can issue the command <code>. /fink-base_path/bin/init.sh</code> in the terminal (observe the ''.'' at the beginning!). If you took the default during installation of ''Fink'', then ''fink-base_path'' is just ''/sw''. It is convenient to put this into the configuration file ''.profile'' in your home directory (unless you have several Fink versions, or other Mac ports). The command  <code>/fink-base_path/bin/pathsetup.sh</code> assists in this. 
   - Installing the following fink packages is only necessary if you want to compile ''polymake'' using [[http://www.finkproject.org|Fink]] to provide some additional Linux packages not contained in Mac OS. If you came here from the compiler page and only want a ''gcc'' from ''fink'' you can stop here. To install the required ''Fink'' packages use the following command:   - Installing the following fink packages is only necessary if you want to compile ''polymake'' using [[http://www.finkproject.org|Fink]] to provide some additional Linux packages not contained in Mac OS. If you came here from the compiler page and only want a ''gcc'' from ''fink'' you can stop here. To install the required ''Fink'' packages use the following command:
-    * for 10.12:<code>fink install gmp5 readline6 term-readline-gnu-pm5182 gv libxslt xml-libxslt-pm5182 extutils-parsexs-pm xhtml-dtd libmpfr4 boost1.63-nopython ant</code>  +    <code>fink install gmp5 readline6 term-readline-gnu-pm5182 gv libxslt xml-libxslt-pm5182 extutils-parsexs-pm xhtml-dtd libmpfr4 boost1.63-nopython ant</code>  
-    * for 10.11:<code>fink install gmp5 readline6 term-readline-gnu-pm5182 gv libxslt xml-libxslt-pm5182 extutils-parsexs-pm xhtml-dtd libmpfr4 boost1.63-nopython ant</code>  +
-    * for 10.10:<code>fink install gmp5 readline6 term-readline-gnu-pm5182 gv libxslt xml-libxslt-pm5182 extutils-parsexs-pm xhtml-dtd libmpfr4 boost1.55-nopython ant</code>  +
-    * for 10.9:<code>fink install gmp5 readline6 term-readline-gnu-pm5162 gv libxslt xml-libxslt-pm5162 extutils-parsexs-pm xhtml-dtd libmpfr4 boost1.53.nopython ant</code> +
   - reload fink afterwards with <code>. /fink-base_path/bin/init.sh</code>Otherwise some environment variables are not set correctly.   - reload fink afterwards with <code>. /fink-base_path/bin/init.sh</code>Otherwise some environment variables are not set correctly.