Skip to content

Commit

Permalink
INSTALL: optics
Browse files Browse the repository at this point in the history
  • Loading branch information
smoe committed May 6, 2024
1 parent 583fbf5 commit 12c2d96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ GENtle install hints

MAC OS:

This software was initially developed for the MacOS, at a time when the
This software was initially developed for the macOS, at a time when the
PowerPC was a thing, still. We recently had success with Xcode, but that
requires much tinkering to adapt to local install paths of the build-dependencies.
We find it much easier to work with conda or homebrew (https://brew.sh).
For details, see the respective description of homebrew/conda below, i.e.
For details, see the respective description of homebrew/conda below
in the Linux section.

The application runs fine when started in situ directly after the compilation.
To facilitate the deployment on MacOS, we are providing the target "macos_bundle"
To facilitate the deployment on macOS, we are providing the target "macos_bundle"
that, with the help of the additional package "dylibbundler" (provided by homebrew),
assembles a folder named "GENtle.app" that can be copied as it is into the
"Applications" folder on any Mac of the same architecture for a complete deployment.
Expand Down Expand Up @@ -50,7 +50,7 @@ To build your package from source, try
- CXXFLAGS="-I/opt/homebrew/include" ./configure
- make -j10

Upon successful compilation, the executable "GENtle" can be started in situ.
Upon successful compilation, the executable "GENtle" can be started in the "src" folder.

WINDOWS:

Expand Down

0 comments on commit 12c2d96

Please sign in to comment.