Changes between Version 6 and Version 7 of InstallingMacPortsOnUbuntuLinux


Ignore:
Timestamp:
Nov 14, 2022, 6:12:10 AM (18 months ago)
Author:
kencu (Ken)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingMacPortsOnUbuntuLinux

    v6 v7  
    1818
    1919
     20
     21** Note: there has been a conflict noted with {{{libmd-dev}}} when installing base; just disable that temporarily to install MacPorts. There could be other conflicts not yet discovered. **
     22
    2023To install MacPorts on Ubuntu Linux, you must first install the necessary prerequisites that are typically found on Darwin systems. At the time of writing, this was:
    2124{{{
    22 sudo apt install clang-9
     25sudo apt install clang-14
    2326sudo apt install clang
    2427sudo apt install mtree-netbsd
     
    3336or, all at once:
    3437{{{
    35 sudo apt install clang-9 clang mtree-netbsd tcl8.6 curl sqlite3 gnustep libcurl4-gnutls-dev libsqlite3-dev libssl-dev
     38sudo apt install clang-14 clang mtree-netbsd tcl8.6 curl sqlite3 gnustep libcurl4-gnutls-dev libsqlite3-dev libssl-dev
    3639}}}
    3740
    38 Note: there has been a conflict noted with {{{libmd-dev}}} when installing base; just disable that temporarily to install MacPorts. There could easily be other such conflicts not yet discovered.
    3941
    4042Then download the macports tarball  from macports.org, perhaps using the included FireFox browser, and decompress it, as per the usual Darwin instructions <https://www.macports.org/install.php#source>.