Skip to content

Commit

Permalink
Changes to recognize a new contributor with builds for macOS. Prepare…
Browse files Browse the repository at this point in the history
…d for a new release.
  • Loading branch information
larspalo committed Jun 19, 2024
1 parent e960d49 commit e530ca0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This is the list of GOODF's significant contributors.
This is a list of significant contributors to GoOdf.

Authors/Contributors:
---------------------
Lars Palo <[email protected]> https://github.com/larspalo (First and main author of the software)
David Gritter https://github.com/davidgritter (Help file contents)

Christoph Schmitz https://github.com/vpoguru (Builds for macOS)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Option to duplicate an existing panel. (TODO)
- Option to load pipe samples with Pipe999IsTremulant value set to be played, if the associated wave-based tremulant is off. (TODO)

## [0.13.0] - 2024-06-19

### Added

- Builds for macOS, both Intel and arm64 architectures.

### Fixed

- Bug that prevented removal of last switch from list of available switches for stops, couplers, tremulants and divisional couplers.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

GoOdf is a tool for creating and editing organ definition files for GrandOrgue. Opening large and complex .organ files can take a little while for the software to process, so please be patient if you try it.

The software is currently mainly tested on Linux, but building for Windows is possible and crossbuilds are released here on GitHub.
The software is currently mainly tested on Linux, but building for Mac and Windows is possible. The builds and crossbuilds that are released here are built on the Github-hosted runners.

## Current status
GoOdf is hosted on Github. The repository can be found at [https://github.com/GrandOrgue/GoOdf](https://github.com/GrandOrgue/GoOdf).
Expand All @@ -27,15 +27,15 @@ Rendering of the GUI panels is now possible, but it likely needs more work befor
- Improve log window usage for different messages/warnings that could be useful for users.

## Building from sources
Normal development tools for c++ is needed as well as cmake, imagemagic and wxWidgets.
Normal development tools for c++ is needed as well as cmake, imagemagic and wxWidgets. The prepare shell scripts in the scripts directory can be used as reference.

The source code can be obtained (if git is available) with:

```
git clone https://github.com/GrandOrgue/GoOdf.git
```

The build process on Linux is simple. In the GoOdf base directory, just create and cd into a separate build directory
The build process on Linux and Mac is simple. In the GoOdf base directory, just create and cd into a separate build directory

```
mkdir build
Expand All @@ -48,7 +48,7 @@ and issue the command:
cmake .. -DCMAKE_BUILD_TYPE=Debug
```

(or change to -DCMAKE_BUILD_TYPE=Release) and when that's finished enter:
(or change to -DCMAKE_BUILD_TYPE=Release for a release build) and when that's finished enter:

```
make
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.2
0.13.0

0 comments on commit e530ca0

Please sign in to comment.