mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 13:47:51 -04:00
Update the INSTALL file for some recent Mac build changes
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6687 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
3a5df62772
commit
8ed0276d4d
16
INSTALL
16
INSTALL
@ -204,12 +204,12 @@ automake
|
|||||||
libtool
|
libtool
|
||||||
pkgconfig
|
pkgconfig
|
||||||
texinfo
|
texinfo
|
||||||
gcc49
|
gcc5
|
||||||
fftw-3-single +gcc5
|
fftw-3-single +gcc5
|
||||||
asciidoc
|
asciidoc
|
||||||
libusb-devel
|
libusb-devel
|
||||||
|
|
||||||
These are install by typing:
|
These are installed by typing:
|
||||||
|
|
||||||
$ sudo port install autoconf automake \
|
$ sudo port install autoconf automake \
|
||||||
libtool pkgconfig texinfo gcc5 asciidoc \
|
libtool pkgconfig texinfo gcc5 asciidoc \
|
||||||
@ -267,7 +267,9 @@ NOTE: As of Qt v5.4 building Qt from source on Mac OS X is no longer
|
|||||||
necessary since the Qt team have switched to using the modern libc++
|
necessary since the Qt team have switched to using the modern libc++
|
||||||
Standard C++ Library for all distributable run time
|
Standard C++ Library for all distributable run time
|
||||||
components. Instead you may simply download a binary installer for OS
|
components. Instead you may simply download a binary installer for OS
|
||||||
X 64-bit.
|
X 64-bit. The binary installer is here:
|
||||||
|
|
||||||
|
http://www.qt.io/download
|
||||||
|
|
||||||
The binary Qt distributions prior to Qt v5.4 from
|
The binary Qt distributions prior to Qt v5.4 from
|
||||||
http://www.qt.io/download unfortunately are built to use the libstdc++
|
http://www.qt.io/download unfortunately are built to use the libstdc++
|
||||||
@ -312,7 +314,7 @@ application bundle onto the supplied /Applications link.
|
|||||||
To complete the install process you need to run the CMake-gui
|
To complete the install process you need to run the CMake-gui
|
||||||
application as root from a terminal shell as follows:
|
application as root from a terminal shell as follows:
|
||||||
|
|
||||||
$ sudo "/Applications/CMake.app/Contents/MacOS/cmake-gui" --install
|
$ sudo "/Applications/CMake.app/Contents/MacOS/cmake" --install
|
||||||
|
|
||||||
that installs the CMake command line tools which you can verify by
|
that installs the CMake command line tools which you can verify by
|
||||||
typing into a terminal window:
|
typing into a terminal window:
|
||||||
@ -354,12 +356,16 @@ $ FC=gfortran-mp-5.0 \
|
|||||||
cmake \
|
cmake \
|
||||||
-D CMAKE_PREFIX_PATH="~/Qt/5.6/clang_64;~/hamlib-prefix;/opt/local" \
|
-D CMAKE_PREFIX_PATH="~/Qt/5.6/clang_64;~/hamlib-prefix;/opt/local" \
|
||||||
-D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix \
|
-D CMAKE_INSTALL_PREFIX=~/wsjtx-prefix \
|
||||||
|
-D CMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk \
|
||||||
~/wsjtx-prefix/src
|
~/wsjtx-prefix/src
|
||||||
|
|
||||||
|
Substitute the Mac OS X SDK version you have installed in the above
|
||||||
|
command if you have a different version from 10.11.
|
||||||
|
|
||||||
The CMAKE_PREFIX_PATH variable specifies where CMake should look first
|
The CMAKE_PREFIX_PATH variable specifies where CMake should look first
|
||||||
for other packages, the two elements may be different depending where
|
for other packages, the two elements may be different depending where
|
||||||
you have installed Qt and what version you have (~/local/qt-macx-clang
|
you have installed Qt and what version you have (~/local/qt-macx-clang
|
||||||
if you have built Qt from sources as described above in teh Qt
|
if you have built Qt from sources as described above in the Qt
|
||||||
section) and where you installed Hamlib (i.e. the --prefix configure
|
section) and where you installed Hamlib (i.e. the --prefix configure
|
||||||
option above in the Hamlib section).
|
option above in the Hamlib section).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user