Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunxfancy/cpp-slicer
https://github.com/sunxfancy/cpp-slicer
Last synced: about 21 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunxfancy/cpp-slicer
- Owner: sunxfancy
- Created: 2024-07-12T22:55:22.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T00:09:34.000Z (5 months ago)
- Last Synced: 2024-07-16T03:46:12.018Z (5 months ago)
- Language: C++
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
C++ Slicer
=============This a clang tool which can run on C++ source codebase.
## Dependencies
If you are developing on Ubuntu, you can install the following packages:
```
sudo bash -c "$(wget -O - https://apt.llvm.org/llvm.sh)"
sudo apt install llvm-18-dev libclang-18-dev libzstd-dev
```## Compiler
We need to use clang and lld to compile it.