Skip to content

Build from Source

Dylan Meadows edited this page Apr 15, 2024 · 8 revisions

This document describes how to build EonTimer.

Before You Start

To get the source code you will need Git.

Getting the Source Code

git clone git@github.com:DasAmpharos/EonTimer.git
cd EonTimer

Building the Source Code

Windows

  • Required Dependencies
  • Building from Source
   pip3 install -r requirements.txt
   pyinstaller EonTimer.spec

macOS

macOS builds require homebrew.

  • Installing Dependencies
brew update
brew install python3
  • Building from Source
pip3 install -r requirements.txt
pyinstaller EonTimer.spec

Linux

  • WIP
Clone this wiki locally