SBody

CMake

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

  • Library & Tool

    • Required

      • CMake

      • Boost

    • 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.

Boost

The Boost C++ Libraries are open source, peer-reviewed, portable and free.

  • Linux: run apt install libboost-all-dev or refer to the instructions on the homepage.

  • macOS: Install Boost via Homebrew, with command brew install boost.

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

The program is currently distributed under the terms of the GNU General Public License (GPL).