GW170817
Copyright © 2017 Max Planck Institute for Gravitational Physics
Install instructions
- Download our pre-built binary for your operating system
- Download and install the Qt framework:
- macOS:
- Use MacPorts to install the
qt4-mac
package - or run the installer
- Use MacPorts to install the
- Linux: use your distribution's package manager and install
libqt4-opengl
(incl.libqtcore4
andlibqtgui4
) - Windows: run the installer
- macOS:
Build instructions
- Download and install the Qt framework as described above
- Note for macOS when using MacPorts:
- Run once:
sudo ln -s /opt/local/libexec/qt4/bin/qmake /opt/local/bin/qmake
- Run once:
- Note for macOS when using MacPorts:
- Run the following command in the project's
lib
directory:make
- Run the following commands in the project's root directory:
qmake
make