8000 GitHub - XLTools/toolchains: Build toolchains for XLTools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jul 17, 2021. It is now read-only.

XLTools/toolchains

Repository files navigation

Toolchains

Cross-compiler build toolchains for XLTools.

Configuration

The current host OS for the cross-compiler is Ubuntu, 16.04, using MXE and OSXCross.

MXE

To install the 32- and 64-bit toolkits, run:

sudo apt install mxe-i686-w64-mingw32.static-gcc \
    mxe-x86-64-w64-mingw32.static-gcc \
    mxe-i686-w64-mingw32.static-pthreads \
    mxe-x86-64-w64-mingw32.static-pthreads

The compilers will be installed under /usr/lib/mxe/usr/bin/.

Toolkits

The toolkits can be invoked using:

cmake $args -DCMAKE_TOOLCHAIN_FILE=$toolchain

About

Build toolchains for XLTools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0