mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-07 01:15:14 +01:00
22 lines
323 B
Markdown
22 lines
323 B
Markdown
# Story player project
|
|
|
|
The Story Player is a Flutter application.
|
|
|
|
# Packages
|
|
|
|
sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
|
|
|
|
# Environment variables
|
|
|
|
|
|
|
|
# Build for Linux
|
|
|
|
flutter build linux
|
|
|
|
# Build for Android
|
|
|
|
|
|
flutter build apk
|
|
|