GayPizzaSpecifications / legion

Cross Compilation Tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Legion

Legion is a tool that makes it simple to cross-compile C/C++ projects.

Installation

Ensure you have the Dart SDK installed.

pub global activate -sgit https://github.com/mysticlgbt/legion.git

Usage

cd path/to/cmake/project
legion quick linux-x64 linux-arm

For each target, a CMake build directory is created in legion/${target}.

About

Cross Compilation Tool

License:MIT License


Languages

Language:Dart 100.0%