Skip to content
Snippets Groups Projects
Select Git revision
  • antenna-patterns
  • master default protected
  • qt5-qopenglwidget
  • license-demo
  • isolated
  • isolated-fixedprofile
  • release_1.1
  • press-conference
  • rim-only
  • release_1.0
10 results

pulsatingscience

user avatar
Oliver Bock authored
a888af74
History

GW170817

Copyright © 2017 Max Planck Institute for Gravitational Physics

Install instructions

  1. Download our pre-built binary for your operating system
  2. Download and install the Qt framework:
    • macOS:
      • Use MacPorts to install the qt5 package
      • or run the installer
    • Linux: use your distribution's package manager and install libqt5opengl5 (incl. libqt5core5a, libqt5gui5 and libqt5widgets5)
    • Windows: run the installer

Build instructions

  1. Download and install the Qt framework as described above
    • Note for macOS when using MacPorts:
      • Run once: sudo ln -s /opt/local/libexec/qt5/bin/qmake /opt/local/bin/qmake
  2. Run the following command in the project's lib directory:
    • make
  3. Run the following commands in the project's root directory:
    1. qmake
    2. make