Skip to content

bsssssss/max-externals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

max-externals

Source code and mxo's for my Max objects

Build from source

Clone the repository with submodules

git clone --recurse-submodules https://github.com/bsssssss/max-externals.git
cd max-externals

Then create a build directory and cd into it

mkdir build
cd build

To generate the projects I use Ninja so compile_commands.json can be generated

cmake -G "Ninja" ..
cmake --build . # build everything
cmake --build . --target <project_name> # To build a specific project

If building an external with a ~ at the end (for audio objects for example). If the project is named myproject~, then the build target is myproject_tilde.

If the CMakeCache.txt file is messed up (for example when directories have changed), delete everything in the build dir.

About

Source code for my Max objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published