morse
morse copied to clipboard
Updates tooling to build against SDL2. Removes CW clicking. Adds SK.
Hi, I have just updated the makefile to build against SDL2. I think there have not been a SDL 1 release since 2013.
In modern linux static libraries are not installed by default and also have to change to dynamically link in linux. (I tried to statically link against SDL2 but couldn't fix some linking issues against libibus and libdbus)
At the same time I merged some commits from Gareth Howell, Jazzkutya and n8henrie:
- n8henrie now compiles and runs on MacOs 10.15.3
- jazzkutya: eliminated CW clicking
- Gareth Howell: add SK
Feell free to comment, reject or ask only for a subset of this changes.
Regards.
Thanks!
Sent from my iPhone
On Feb 12, 2022, at 09:10, Vicente Quintans @.***> wrote:
Hi, I have just updated the makefile to build against SDL2. I think there have not been a SDL 1 release since 2013.
In modern linux static libraries are not installed by default and also have to change to dynamically link in linux. (I tried to statically link against SDL2 but couldn't fix some linking issues against libibus and libdbus)
At the same time I merged some commits from Gareth Howell, Jazzkutya and n8henrie:
n8henrie now compiles and runs on MacOs 10.15.3 jazzkutya: eliminated CW clicking Gareth Howell: add SK Feell free to comment, reject or ask only for a subset of this changes.
Regards.
You can view, comment on, or merge this pull request online at:
https://github.com/WardCunningham/morse/pull/9
Commit Summary
413d8b6 eliminated CW clicking c434945 changed linux target m to produce dynamic linked binary otherwise i got problems building eae5f84 added a .gitignore 915301b gitignore ff43383 High Sierra cec9354 High Sierra af32ed5 more ignores 497154b more ignores 8e934be only m.cxx 13637e0 Add SK b835652 Adjust default speed and tone 080eae1 Now compiles and runs on MacOs 10.15.3 467704d Updates tooling to build with modern Linux 68c61dc README markdown formatting ad6ace7 Merge 'n8henrie/master' compiles on MacOs 10.15.3 12a8a0b Merge 'garethhowell/master' 3c26f17 Merge remote-tracking branch 'jazzkutya/master' File Changes (9 files) D README (11) A README.md (32) A src/.gitignore (7) M src/Codebox.cxx (2) M src/Cw.cxx (40) M src/Cw.h (10) M src/Makefile (57) M src/help.py (12) M src/m.fl (32) Patch Links:
https://github.com/WardCunningham/morse/pull/9.patch https://github.com/WardCunningham/morse/pull/9.diff — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.