Changes between Version 6 and Version 7 of InstallingMacPortsOnUbuntuLinux
- Timestamp:
- Nov 14, 2022, 6:12:10 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMacPortsOnUbuntuLinux
v6 v7 18 18 19 19 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 20 23 To 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: 21 24 {{{ 22 sudo apt install clang- 925 sudo apt install clang-14 23 26 sudo apt install clang 24 27 sudo apt install mtree-netbsd … … 33 36 or, all at once: 34 37 {{{ 35 sudo apt install clang- 9clang mtree-netbsd tcl8.6 curl sqlite3 gnustep libcurl4-gnutls-dev libsqlite3-dev libssl-dev38 sudo apt install clang-14 clang mtree-netbsd tcl8.6 curl sqlite3 gnustep libcurl4-gnutls-dev libsqlite3-dev libssl-dev 36 39 }}} 37 40 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.39 41 40 42 Then 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>.