yoga/winbuild
Fabien LOISON 4dfbbf0bbc
Update dependencies
2022-06-27 11:49:05 +02:00
..
README-windows-dist.md Updates Windows standalone build's README 2021-02-22 15:25:22 +01:00
README.md Fixes typo and errors in READMEs 2020-05-07 10:30:19 +02:00
builddist.bat Fixes WEBP support in standelone Windows build 2021-04-27 17:22:29 +02:00
requirements.txt Update dependencies 2022-06-27 11:49:05 +02:00
yoga-icon.ico Workaround a Nuitka issue with Windows icons... 2020-05-06 17:19:01 +02:00
yoga-icon.png Adds an icon for Windows 2020-05-06 15:55:09 +02:00
yoga-icon.svg Adds an icon for Windows 2020-05-06 15:55:09 +02:00
yogawin.py update assimp 2020-04-06 10:23:05 +02:00

README.md

YOGA: Windows Build

Requirements

Build and install from PYPI

pip install yoga

Build standalone version from source

Clone this repository (using Git Bash):

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):

./winbuild/builddist.bat

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

./yogawin.dist/yoga.exe -h