From 35bbdaa8c15ff2da3001d040de9d8d51c7f0e156 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Wed, 19 Sep 2018 14:00:33 -0700 Subject: [PATCH] DLLVM_BUILD_LLVM_DYLIB --- Getting-started.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Getting-started.md b/Getting-started.md index 7afebf7..8925291 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -37,10 +37,9 @@ But caution is that you need to identify whether the clang library is compiled w Debian: `apt install zlib1g-dev` -Install g++-7 on Ubuntu 16.04: https://gist.github.com/jlblancoc/99521194aba975286c80f93e47966dc5 - -`-DUSE_SHARED_LLVM=on` (optional, if you have `libLLVM.so`) makes linked executable smaller. -`-G Ninja` to build with ninja. +* Install g++-7 on Ubuntu 16.04: https://gist.github.com/jlblancoc/99521194aba975286c80f93e47966dc5 +* `-DUSE_SHARED_LLVM=on` (optional, if you have `libLLVM.so` provided by `-DLLVM_BUILD_LLVM_DYLIB=on`) makes linked executable smaller. +* `-G Ninja` to build with ninja. ### Setup your editor