-
Notifications
You must be signed in to change notification settings - Fork 23
Build from Source
Dylan Meadows edited this page Apr 15, 2024
·
8 revisions
This document describes how to build EonTimer.
- NOTE: This page is a work-in-progress. Please refer to https://github.com/DasAmpharos/EonTimer/issues/78 for updates on the status of this page.
To get the source code you will need Git.
git clone git@github.com:DasAmpharos/EonTimer.git
cd EonTimer
- Required Dependencies
- Building from Source
pip3 install -r requirements.txt
pyinstaller EonTimer.spec
macOS builds require homebrew.
- Installing Dependencies
brew update
brew install python3
- Building from Source
pip3 install -r requirements.txt
pyinstaller EonTimer.spec
- WIP