No description
Find a file
2026-01-26 18:42:15 -08:00
.github/workflows Changed from ubuntu-latest to ubuntu-20.04 to use older libc.so.6 2023-03-03 14:06:16 -07:00
doc Initial Porting Code (#1) 2025-11-06 09:19:17 -05:00
files Updated mintsetup script for version 20.2 2022-04-23 22:22:45 -07:00
log Fixed up released for 0.59 2023-11-28 11:56:04 -08:00
so2rmini-n6tr-master See twobsiq.pas file info 2023-10-23 07:33:41 -07:00
src willow's changes 2026-01-26 18:42:15 -08:00
.gitignore Initial Porting Code (#1) 2025-11-06 09:19:17 -05:00
bugs.txt Added bugs.txt file that I had not put under git 2013-11-17 17:53:08 +01:00
COPYING Added GPL and N6TR copyright to source files. 2015-04-26 16:15:22 -07:00
COPYRIGHT update readme and copyright statements (#2) 2025-11-06 09:28:46 -05:00
Makefile update readme and copyright statements (#2) 2025-11-06 09:28:46 -05:00
readme.md update readme and copyright statements (#2) 2025-11-06 09:28:46 -05:00
RELEASE_NOTES Vesrion 0.60 release 2024-06-20 18:40:45 -07:00

TR Log for Mac

This is the source repository for the mac port of N6TR's DOS contest logging program TRlog. Originally ported for linux by Larry Tyree N6TR as trlinux

Tar balls and a compiled version

If you prefer, the latest source release along with a compiled version is available under the Releases tag on Github. The binary file is automatically compiled by github runners using 64 bit ubuntu-latest on Intel hardware. This is currently Ubuntu 20.04. Check Runners for the current version if this readme is out of date. Mint and other linux versions based on Ubuntu should also work with that binary. If you are running a different distribution or a 32 bit operating system please build from source.

Building TR mac

You need the following homebrew packages installed

  • gcc
  • fpc
  • libusb
  • xquartz

Then simply clone the repository:

    git clone https://github.com/jlefkoff/trmac.git

Documentation

The documentation is written in latex. To compile the documentation, you need a latex installation such as MacTeX.

Typical build

Once you have cloned the archive, you can build the latest version by

   cd trmac
   git pull
   make

If you don't have latex installed, you can build just the programs trlog and post. After cloning the repository:

   cd trlinux
   cd src
   make
   make install
   make -f Makefile.post