Changes between Initial Version and Version 1 of Ticket #60739, comment 10


Ignore:
Timestamp:
Jun 30, 2020, 10:58:56 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60739, comment 10

    initial v1  
    11Ryan's instructions are very complete.
    2 
    3 For a total noob, for my purposes in this ticket, the TL;DR version looks like this
    4 
    5 {{{
    6 cd /tmp
    7 git clone https://github.com/macports/macports-base.git
    8 cd macports-base
    9 ./configure && make && sudo make install
    10 cd ..
    11 rm -rf macports-base
    12 }}}
    13 
    14 If you use any other configure args (like I do, with my {{{--with-curlprefix=/opt/bootstrap}}} don't forget to add those.