Project-Setup: add ruby

Fangrui Song 2019-09-14 08:23:17 -07:00
parent fa3685db9c
commit 33c868c021

@ -301,3 +301,13 @@ mkdir Debug; cd Debug
bear make -j bear make -j
cd ..; ln -s Debug/compile_commands.json 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
```