Skip to content

Commit 52fbc1b

Browse files
committed
Fix cling cmake config instructions
1 parent a7b17c2 commit 52fbc1b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

cling/cling_build_instructions.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ toc: true
77
toc_sticky: true
88
---
99

10-
## Binaries cling
11-
12-
Our nightly binary snapshots are currently not available.
13-
14-
### Community support
10+
## Community support
1511

1612
You can get cling 1.2 from conda-feedstock and there is a user providing an [external PPA](https://launchpad.net/~ppa-verse/+archive/ubuntu/cling) for debian.
1713

@@ -36,7 +32,7 @@ Then use CMake to configure & build cling:
3632
{% highlight shell %}
3733
mkdir build
3834
cd build
39-
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_TOOLS=Off -DLLVM_EXTERNAL_PROJECTS=cling -DLLVM_EXTERNAL_CLING_SOURCE_DIR=../cling -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD="host;NVPTX" src/llvm
35+
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_TOOLS=Off -DLLVM_EXTERNAL_PROJECTS=cling -DLLVM_EXTERNAL_CLING_SOURCE_DIR=../cling -DLLVM_ENABLE_PROJECTS=clang -DLLVM_TARGETS_TO_BUILD="host;NVPTX" ../src/llvm
4036
cmake --build .
4137
cmake --build . --target install
4238
{% endhighlight %}

0 commit comments

Comments
 (0)