Skip to content

flucoma/flucoma-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

79d9e4b · Jan 19, 2025
Dec 12, 2024
Mar 1, 2024
Mar 1, 2024
Jun 15, 2019
Sep 4, 2023
Aug 14, 2023
Feb 27, 2023
Mar 30, 2023
Mar 18, 2020
Mar 30, 2023
Aug 15, 2022
Jan 25, 2022
Mar 19, 2019

Repository files navigation

Fluid Corpus Manipulation: Command line interface

This repository hosts code for generating the command line executables and documentation resources for the Fluid Corpus Manipulation Project. Much of the actual code that does the exciting stuff lives in this repository's principal dependency, the Fluid Corpus Manipulation Library.

  • A wrapper from our code that allows us to generate command-line executables from a generic class.
  • Stubs for producing an executable for each 'client' in the Fluid Corpus Manipulation Library.
  • CMake code for managing dependencies, building and packaging.

Minimal Quick Build

Minimal build steps below. For detailed guidance see https://github.com/flucoma/flucoma-cli/wiki/Compiling

Prerequisites

  • C++14 compliant compiler (clang, GCC or MSVC)
  • cmake
  • make (or Ninja or XCode or VisualStudio)
  • git
  • an internet connection

CMake will automatically download the dependencies needed

mkdir -p build && cd build
cmake ..
make install

This will assemble a package in release-packaging.

Alternatively, flucoma-cli is now on the AUR / Arch User Repository and can now be compiled and downloaded by executing:

yay -S flucoma-cli-git

on Arch Linux and Manjaro (with thanks to @madskjeldgaard)

Credits

FluCoMa core development team (in alphabetical order)

Owen Green, Gerard Roma, Pierre Alexandre Tremblay

Other contributors:

Alex Harker, Francesco Cameli

This project has received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (grant agreement No 725899).