Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

pykat

  • Clone with SSH
  • Clone with HTTPS
  • Forked from finesse / pykat
    Source project has a limited visibility.

    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 qt4-mac package
        • or run the installer
      • Linux: use your distribution's package manager and install libqt4-opengl (incl. libqtcore4 and libqtgui4)
      • 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/qt4/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