Skip to content

Commit

Permalink
clean building md
Browse files Browse the repository at this point in the history
we dont need submodules thx to cmkr

we dont need to specify llvm path if we correctly installed llvm.
  • Loading branch information
NaC-L committed Sep 29, 2024
1 parent 2c140f2 commit 1ce4c01
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions docs/BUILDING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@

**NOTE"": When cloning this repo, don't forget to add **--recursive** flag.
So the command should look like this:

```bash
git clone --recursive https://github.com/NaC-L/Mergen
```

# Docker

To build Mergen in Docker run the following commands:
Expand Down Expand Up @@ -33,9 +25,3 @@ docker run --rm -v %cd%:/data mergen target.exe 0x123456789
docker run --rm -v $PWD:/data mergen target.exe 0x123456789
```


## Building with Windows
If you have built llvm, this command should work.
```
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_COMPILER="clang++" -DCMAKE_C_COMPILER="clang" -G "Ninja" -DLLVM_DIR="<path_to_llvm_dir>\build\lib\cmake\llvm" -DLLVM_INCLUDE_DIRS=<path_to_llvm_include_dirs> -DLLVM_LIBRARY_DIR=<path_to_llvm_library_dir>
```

0 comments on commit 1ce4c01

Please sign in to comment.