yoga/winbuild
Fabien LOISON b8308c5098
docs: Updated winbuild docs and distributed Windows README
2024-03-20 13:55:08 +01:00
..
README-windows-dist.md docs: Updated winbuild docs and distributed Windows README 2024-03-20 13:55:08 +01:00
README.md docs: Updated winbuild docs and distributed Windows README 2024-03-20 13:55:08 +01:00
builddist.bat Fixes WEBP support in standelone Windows build 2021-04-27 17:22:29 +02:00
requirements.txt Updated Nuitka for Windows standalone build 2023-10-06 14:32:52 +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 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