File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -462,16 +462,6 @@ case $host in
462462 TARGET_OS=darwin
463463 if test x$cross_compiling != xyes; then
464464 BUILD_OS=darwin
465- AC_CHECK_PROG ( [ PORT] ,port , port )
466- if test x$PORT = xport; then
467- dnl add default macports paths
468- CPPFLAGS="$CPPFLAGS -isystem /opt/local/include"
469- LIBS="$LIBS -L/opt/local/lib"
470- if test -d /opt/local/include/db48; then
471- CPPFLAGS="$CPPFLAGS -I/opt/local/include/db48"
472- LIBS="$LIBS -L/opt/local/lib/db48"
473- fi
474- fi
475465
476466 AC_PATH_PROGS ( [ RSVG_CONVERT] , [ rsvg-convert rsvg] ,rsvg-convert )
477467 AC_CHECK_PROG ( [ BREW] ,brew , brew )
Original file line number Diff line number Diff line change 4848
4949- Download and install the `Qt Mac OS X SDK `_. It is recommended to also install Apple's Xcode with UNIX tools.
5050
51- - Download and install `MacPorts `_.
52-
5351- Execute the following commands in a terminal to get the dependencies:
5452
5553::
6058- Open the .pro file in Qt Creator and build as normal (cmd-B)
6159
6260.. _`Qt Mac OS X SDK` : https://qt-project.org/downloads
63- .. _`MacPorts` : https://www.macports.org/install.php
6461
6562Alternatively
6663-------------
@@ -69,8 +66,6 @@ Alternatively
6966
7067- An executable named gridcoinresearch will be built in the /src/Qt directory.
7168
72- - If you have used Homebrew to install dependencies earlier, no need to install MacPorts as above.
73-
7469
7570Build configuration options
7671===========================
You can’t perform that action at this time.
0 commit comments