Changes between Initial Version and Version 1 of Ticket #50972, comment 2


Ignore:
Timestamp:
Mar 27, 2016, 1:27:34 PM (8 years ago)
Author:
skycrawl@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50972, comment 2

    initial v1  
    16161. Cd to the distro (make sure to have `autoconf` installed).
    17172. Execute: `./autogen.sh`
    18 3. Temporarily link the environment with QT5: `PATH=/opt/local/libexec/qt5/bin:$PATH`. This was by far the worst part for me to figure out. There are a number of other official options but they didn't work and `configure` didn't find the QT distro. The PATH alteration is not listed anywhere and I simply tried it to make sure... lucky for me, it worked.
     183. Temporarily link the environment with QT5: `PATH=/opt/local/libexec/qt5/bin:$PATH`. This was by far the worst part for me to figure out. There are other official options but none of them worked for me (`configure` didn't find the QT distro). The PATH alteration is not listed anywhere and I simply tried it to make sure... lucky for me, it worked.
    19194. Now on to configure in cooperation with MacPorts: `./configure --with-extra-libs=/opt/local/lib --with-extra-includes=/opt/local/include`.
    20205. Execute: `./drake`.