yoga/linux-bin
Fabien LOISON 0d94c99352
fix: Added missing yoga-bin.py file, required to build the linux binary version
2024-04-12 12:48:45 +02:00
..
README-linux-dist.md feat: Added scripts to build a redistribuable Linux binary 2024-03-20 14:04:17 +01:00
README.md feat: Added scripts to build a redistribuable Linux binary 2024-03-20 14:04:17 +01:00
build.sh feat: Added scripts to build a redistribuable Linux binary 2024-03-20 14:04:17 +01:00
requirements.txt feat: Added scripts to build a redistribuable Linux binary 2024-03-20 14:04:17 +01:00
yoga-bin.py fix: Added missing yoga-bin.py file, required to build the linux binary version 2024-04-12 12:48:45 +02:00

README.md

YOGA Linux binary

This forlder contains scripts to compile yoga as an executable binary for Linux.

Requirements

  • Python 3.x
  • Python 3 headers (Debian/Ubuntu: apt install python3-dev)
  • Virtualenv (Debian/Ubuntu: apt install python3-venv)
  • Build tools and CMake (Debian/Ubuntu: apt install build-essential cmake)

Build standalone version from source

Clone this repository:

git clone https://github.com/wanadev/yoga.git
cd yoga
git submodule init
git submodule update

Run the build script (from the root directory of this repository):

./linux-bin/build.sh

Once the build finished, you will find the result in the yoga-bin.dist folder. To run YOGA, use the yoga executable:

./yoga-bin.dist/yoga.bin -h