Releases: ColoradoCollege-MathCS/coral
Releases · ColoradoCollege-MathCS/coral
v0.2
Second beta release
Installation Instructions
MacOS
- Download the Apple Silicon version if you have a M1/M2/M3 computer (2020 and later), or the Intel version if you do not
- Unzip the file
- Move the unzipped CoralLabeler.app to Applications
- Run the program from applications or from Spotlight
- The first time, it may be necessary to allow the app to run by going into System Preferences > Privacy & Security
Windows
- Download CoralLabelerInstall.exe
- Run the installer
- Open the app from the Start Menu, or from a desktop shortcut.
Linux
- Download the x86_64 version for a normal (intel/amd) CPU, or aarch64 for an Arm CPU.
- Unzip the archive
- cd into the produced directory and run ./CoralLabeler
v0.1 First Packaged Beta
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.