Skip to content

Releases: ColoradoCollege-MathCS/coral

v0.2

08 Apr 04:54

Choose a tag to compare

v0.2 Pre-release
Pre-release

Second beta release

Installation Instructions

MacOS

  1. Download the Apple Silicon version if you have a M1/M2/M3 computer (2020 and later), or the Intel version if you do not
  2. Unzip the file
  3. Move the unzipped CoralLabeler.app to Applications
  4. Run the program from applications or from Spotlight
  5. The first time, it may be necessary to allow the app to run by going into System Preferences > Privacy & Security

Windows

  1. Download CoralLabelerInstall.exe
  2. Run the installer
  3. Open the app from the Start Menu, or from a desktop shortcut.

Linux

  1. Download the x86_64 version for a normal (intel/amd) CPU, or aarch64 for an Arm CPU.
  2. Unzip the archive
  3. cd into the produced directory and run ./CoralLabeler

v0.1 First Packaged Beta

27 Mar 01:15

Choose a tag to compare

Pre-release

This release is a test of the packaging and distribution system.
Pyinstaller is used to gather application files and create an executable.
On MacOS, the files and executable are gathered into a .app which is put into a zip file and uploaded. (hopefully in the future this will be a .dmg)
On Windows, the files and executable are made into an installer using the program InstallForge.
On Linux, the executable and program files are bundled in a zip file. These can be placed anywhere on the system then run from the command line or the user can create a .desktop entry to run them from the GUI.