Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

build linux

unknown edited this page Nov 24, 2020 · 2 revisions

Building for Linux

Is such a thing even possible?

Because this project used clang-cl, that is also available in linux, so it make it possible to build ElementZero in linux. However, windows sdk and msvc base is still needed.

Basically, you can use this gist as toolchain, and then prepare the sdk (like https://github.com/ProdriveTechnologies/clang-msvc-sdk)

WIP...