mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Project-Setup: add ruby
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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user