Skip to content

Cross-compilation toolchain using Docker for any build system

Notifications You must be signed in to change notification settings

Jomy10/crossbee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrossBee

A cross-compilation toolchain using docker for any build system.

Warning

In early development

Examples

crossbee start linux arm64 make clang ar

Runs make with the commands clang and ar replaced by versions running in Docker.

crossbee start linux x86_64 "ruby make.rb" clang++ ar

Runs ruby make.rb with the commands clang++ and ar replaced by versions running in Docker.

License

Mozilla Public License 2.0

About

Cross-compilation toolchain using Docker for any build system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published