From 33c868c021a923139c6494309d1416ead66c00c1 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 14 Sep 2019 08:23:17 -0700 Subject: [PATCH] Project-Setup: add ruby --- Project-Setup.md | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 +```