From 4f08ab476f2b79f5b13696ca02febe3d0a50ed79 Mon Sep 17 00:00:00 2001 From: Dmitry Kabanov Date: Sat, 8 Dec 2018 01:56:54 +0300 Subject: [PATCH] Include Debian as an item to the list --- Getting-started.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Getting-started.md b/Getting-started.md index 5142f54..a9e4ea7 100644 --- a/Getting-started.md +++ b/Getting-started.md @@ -37,11 +37,11 @@ But caution is that you need to identify whether the clang library is compiled w + MacPorts: `cmake -H. -BRelease -DSYSTEM_CLANG=on -DCMAKE_CXX_COMPILER=clang++-mp-6.0 -DCMAKE_PREFIX_PATH=/opt/local/libexec/llvm-6.0 -DLLVM_ENABLE_RTTI=on -DUSE_SHARED_LLVM=on` * Windows. [[Build#windows]] -Debian: `apt install zlib1g-dev ncurses-dev` +* Debian: `apt install zlib1g-dev ncurses-dev` -* 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 a llvm build with `-DLLVM_BUILD_LLVM_DYLIB=on`)) 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 a llvm build with `-DLLVM_BUILD_LLVM_DYLIB=on`)) makes linked executable smaller. + + `-G Ninja` to build with ninja. ### Setup your editor