diff --git a/Project-Setup.md b/Project-Setup.md index 8ef01ed..ec8b69f 100644 --- a/Project-Setup.md +++ b/Project-Setup.md @@ -301,3 +301,13 @@ mkdir Debug; cd Debug bear make -j cd ..; ln -s Debug/compile_commands.json ``` + +### ruby + +```zsh +autoreconf +mkdir Debug; cd Debug +../configure --prefix=/tmp/opt +bear make -j main +cd ..; ln -s Debug/compile_commands.json +```