Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation error with brew GL package #17

Closed
wants to merge 1 commit into from

Commits on Jan 15, 2021

  1. Fix installation error with brew GL package

    The brew package manager for macosx supports meanwhile the installation of
    x11 and GL and is not longer bound to the usage of the unsupported XQuartz
    package. Using the brew packages libx11 and mesa-glu the necessary include
    and library files are ínstalled in /usr/local. Unfortunately this directory
    is not in the search path such that the configuration of Geant4 fails.
    The fix add the the missing search path such that GL installation is found
    and the configuration succeeds.
    fuhlig1 committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    c4caa66 View commit details
    Browse the repository at this point in the history