SBody

CMake

The “S” in the name of SBody stands for “Small”, “Some”, and “Speed”.

  • Library & Tool

    • Required

      • CMake

      • GSL

    • Submodule

    • Optional

  • Changelog

  • License

Library & Tool

Required

CMake

CMake is an open-source, cross-platform family of tools designed to build, test and package software. SBody use CMake to get built on different platforms.

  • Linux: run apt install cmake or download and install from homepage.

  • macOS: Install CMake via Homebrew, with command brew install cmake.

GSL

The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.

  • Linux: run apt install libgsl-dev or download and install from homepage.

  • macOS: Install GSL via Homebrew, with command brew install gsl.

Submodule

  • `indicators <https://github.com/p-ranav/indicators>`_: show the progress bar.

  • `fmt <https://github.com/fmtlib/fmt>`_: format the output.

Optional

Changelog

Changelog can be found here.

License

This program uses GSL, so the program can only be distributed under the terms of the GNU General Public License (GPL).