Skip to content

ccrma/chump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6e325f7 · Mar 5, 2025
Feb 28, 2025
Mar 3, 2025
Feb 14, 2025
Oct 12, 2024
Mar 4, 2025
Nov 9, 2023
Mar 4, 2025
Mar 5, 2025
Mar 4, 2025
Jan 14, 2025
Mar 4, 2025
Jan 6, 2025
Nov 24, 2024
Mar 4, 2025
Mar 2, 2025
Nov 24, 2024

Repository files navigation

CI/CD Badge

chump

chump_logo

The ChucK Manager of Packages

Building & Testing

Linux

make linux # build
make test # run unit and integration tests
make install # install chump (can require sudo)

Macs

make mac # build
make test # run unit and integration tests
make install # install chump (can require sudo)

To build a universal binary:

make mac-universal

Windows

# configure build dir
meson setup builddir --backend vs
# Go to build dir
cd builddir
# Compile the project
meson compile
# Run unit tests
meson test

# If you want to run chump.exe, you need to run it in a meson devenv:
meson devenv -C .\builddir\
.\chump-cli\chump.exe