Skip to content

Commit

Permalink
Update AUTHORS, LICENSE and README before publishing fork to Github
Browse files Browse the repository at this point in the history
  • Loading branch information
krokosik committed Sep 10, 2024
1 parent 83802c1 commit 338da99
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Jérôme Lodewyck <jerome dot lodewyck at normalesup dot org>
Wiktor Krokosz <wikkra at gmail dot com>

Images from KDE's Oxygen style
File renamed without changes.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# GaussianBeam

Fork of the classic GaussianBeam app developed by Jérôme Lodewyck and available on [SourceForge](https://sourceforge.net/projects/gaussianbeam/). This fork is mostly for my own purposes, with minor tweaks for now. The code is now built with LTS Qt 5.15.12 and I intend to drop support for version 4 as well as port to version 6.5.0. This requires replacing Qt XmlPatterns unfortunately.

I also removed French translation since I don't speak it and don't intend to maintain it. It also created some build errors for me, but you can contribute the original files if you want to bring it back :)

## Building from source

### Windows

1. Download and run the [Qt Online Installer](https://www.qt.io/download-qt-installer-oss)
2. Select a custom install and toggle the **Archive** category
3. Install Qt Creator and Qt 5.15.12 Sources and 64bit MinGW
4. Open the `GaussianBeam.pro` project file using QtCreator

Alternatively you may try the old instructions in [INSTALL](./INSTALL)

0 comments on commit 338da99

Please sign in to comment.