Getting Started

This guide walks you through installing XArith and setting up your development environment.

Prerequisites

  • Ubuntu 24.04
  • XCENA SDK installed (provides MU library and MU LLVM toolchain)
  • CMake 3.11 or higher

Installation

XArith is included in the XVector release tarball as libxarith-dev_0.1.2_amd64.deb.

sudo dpkg -i libxarith-dev_0.1.2_amd64.deb

libxarith-dev installs:

Path Contents
/opt/xarith/include/xarith/ XArith C++ headers
/opt/xarith/lib/ libxarith.a static library and CMake config

Next Steps

  • Examples – Code examples and CMake integration
  • XArith API – Complete API documentation