Skip to content

Commit 1eb0a85

Browse files
committed
Update compiling.md
1 parent 776681d commit 1eb0a85

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

compiling.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Compiling - JDA
22

3+
## maple-ir
4+
5+
This project now depends on [Maple-IR](https://github.com/LLVM-but-worse/maple-ir). To install it:
6+
```
7+
git clone https://github.com/LLVM-but-worse/maple-ir
8+
cd maple-ir
9+
mvn clean compile test install
10+
```
11+
312
## Manual dependencies
413
- [CFR](http://www.benf.org/other/cfr/)
514

0 commit comments

Comments
 (0)