Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Sá Menezes authored Jun 25, 2024
1 parent 65b107e commit 02dff8b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ A C instrumentation library

## Ubuntu

Install dependencies: `sudo apt-get install clang llvm clang-tidy git linux-libc-dev libclang-dev libclang-cpp-dev cmake build-essential`
Configure: `mkdir build && cd build && cmake .. -DBUILD_TESTING=1 -DClang_DIR=/usr/lib/cmake/clang-14 -DLLVM_DIR=/usr/lib/llvm-14/lib/cmake/llvm`
Build: `make -j4`
- Install dependencies: `sudo apt-get install clang llvm clang-tidy git linux-libc-dev libclang-dev libclang-cpp-dev cmake build-essential`
- Configure: `mkdir build && cd build && cmake .. -DBUILD_TESTING=1 -DClang_DIR=/usr/lib/cmake/clang-14 -DLLVM_DIR=/usr/lib/llvm-14/lib/cmake/llvm`
- Build: `make -j4`

## macOS

Install dependencies: `brew install llvm@16`
Configure: `mkdir build && cd build && cmake .. -DBUILD_TESTING=1 -DLLVM_DIR=/opt/homebrew/opt/llvm@14 -DClang_DIR=/opt/homebrew/opt/llvm@14`
Build: `make -j4`
- Install dependencies: `brew install llvm@16`
- Configure: `mkdir build && cd build && cmake .. -DBUILD_TESTING=1 -DLLVM_DIR=/opt/homebrew/opt/llvm@14 -DClang_DIR=/opt/homebrew/opt/llvm@14`
- Build: `make -j4`

# Project Structure

Expand All @@ -33,7 +33,7 @@ I want to keep the dependencies at a minimum. So far, the required dependencies

Please, avoid adding dependencies. The idea is for this to be used as a library.

# GoalInjector
# Goal Injector

The objective of this instrumentation is to extend and reimplement some ideas from
[FuSeBMC](https://github.com/kaled-alshmrany/FuSeBMC) in a way that is
Expand Down

0 comments on commit 02dff8b

Please sign in to comment.