We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae586c5 commit 3441115Copy full SHA for 3441115
README.md
@@ -48,6 +48,9 @@ cmake ..
48
make -j$(nproc)
49
```
50
51
+Note that we originally used LLVM 6 to compile the code, while it may work with other
52
+versions of LLVM, some code changes will be necessary.
53
+
54
Also don't forget to adjust the following MACROs in `src/compose.h` according
55
to your needs:
56
```C++
0 commit comments