Skip to content

Latest commit

 

History

History
49 lines (41 loc) · 1.71 KB

INSTALL.md

File metadata and controls

49 lines (41 loc) · 1.71 KB

Installation

Download binary from sourceforge

x86-64

How to build the thing

Prerequisites:

  • Linux (Kernel Version >= 2.6)
  • g++ (Version >= 8)
  • bison (Version >= 3.0)
  • make

Using the Build Script

⚠️ Build parallelization (make's -j option) is set to 12 in the build script. Set the variable parallelization to a value that fits your needs better. If you intend to build on a machine where RAM is an issue you should set parallelization to 1.

⚠️ Important Remark: machines4ceps is maintained in lockstep with ceps which is not referenced as a git submodule. If you pull changes into your local copy of machines4ceps make sure that you have the latest version of the ceps repo too.

Build Manually:

All repositories need to be in the same directory as machines4ceps.

This should produce a binary called ceps in the directory machines4ceps/bin.

Tested Platforms

  • Ubuntu 18.04 (bionic)
  • Ubuntu 20.04 (focal)
  • Ubuntu 22.04 (jammy jellyfish)
  • Raspberry Pi OS (Kernel >= 5.10)