bozaro / octobuild

Simple distributed compile system for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

octobuild

Download Build Status Gitter chat

Overview

This project allows you to cache the compilation on Unreal Engine building (like ccache).

It’s supported out of box (you need simply install it):

  • Visual Studio UBT build on Windows

  • clang UBT build on Linux

It speeds up recompilation by caching previous compilations and detecting when the same compilation is being done again.

Configuration files

You can get configuration files and show default and actual configuration by running xgConsole without parameters.

Known issues

On Windows you can’t mix compilation with and without octobuild.

About

Simple distributed compile system for C++

License:MIT License


Languages

Language:Rust 72.8%Language:SWIG 26.0%Language:PowerShell 0.5%Language:Makefile 0.4%Language:C++ 0.1%Language:Shell 0.1%Language:Batchfile 0.1%Language:C 0.0%