Skip to content

How to compile with Turbo Engine

Marius Van Nieuwenhuyse edited this page Feb 11, 2021 · 1 revision

To install turbo engine you have to download the binary for your platform (.so for linux, .dll and .dll.a for windows) and the include folder of the repository (I will try to add a better binary pack with the headers later).

Install for linux

mv libturbo_engine.so /usr/local/lib/libturbo_engine.so
mv include/* /usr/include
Clone this wiki locally