Skip to content

Install staej on MSYS2 for Windows 64 bit

El-Saig Dávid edited this page Nov 9, 2019 · 3 revisions

Preparation

You need to have MSYS2 installed. This tutorial was tested on the 2019-05-24 build of 64-bit MSYS2. It doesn't matter where MSYS2 is installed.

Installation

# Include x64 binaries
export PATH="$PATH:/mingw64/bin"

# Fetch other repo depends (roughly 2.6GB)
pacman -Syy
pacman -S git mingw-w64-x86_64-gcc mingw-w64-x86_64-python3 mingw-w64-x86_64-python3-pip mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-pygobject-devel mingw-w64-x86_64-gst-python mingw-w64-x86_64-gst-plugins-good mingw-w64-x86_64-gst-plugins-bad mingw-w64-x86_64-gst-plugins-ugly mingw-w64-x86_64-gst-plugins-base mingw-w64-x86_64-gst-libav mingw-w64-x86_64-python3-matplotlib mingw-w64-x86_64-python3-scipy

# Other stuff if you intend to contribute
pacman -S mingw-w64-x86_64-glade mingw-w64-x86_64-python3-ipython

# Fetch python depends from the PIP
pip3 install peewee

# Fetch staej from the git repository
git clone https://github.com/DAud-IcI/staej.git

Configuration & Execution

Click here to continue with setting up and running staej!