File tree Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Expand file tree Collapse file tree 3 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,12 @@ environment variable.
4141* Note: If for some reason you are not running ` ./manage.py setenv ` , make sure that the
4242` sigsegv_handler ` library is reachable from your ` LD_LIBRARY_PATH ` .*
4343
44+ Install the Java LangkitSupport library:
45+
46+ ``` sh
47+ $[langkit]> mvn -f langkit/java_support install
48+ ```
49+
4450### 2) Build and install Libadalang
4551
4652``` sh
Original file line number Diff line number Diff line change 3838 <includes >
3939 <include >com.adacore:liblkqllang</include >
4040 <include >com.adacore:libadalang</include >
41+ <include >com.adacore:langkit_support</include >
4142 <include >com.adacore:options</include >
4243 <include >org.json:json</include >
4344 </includes >
141142 <artifactId >libadalang</artifactId >
142143 <version >${config.libadalangVersion} </version >
143144 </dependency >
145+
146+ <dependency >
147+ <groupId >com.adacore</groupId >
148+ <artifactId >langkit_support</artifactId >
149+ <version >${config.langkit_supportVersion} </version >
150+ </dependency >
151+
144152 <dependency >
145153 <groupId >com.adacore</groupId >
146154 <artifactId >options</artifactId >
Original file line number Diff line number Diff line change 2626 <!-- Used GraalVM version -->
2727 <graalvm .version>22.3.1</graalvm .version>
2828
29+ <!-- LangkitSupport version -->
30+ <config .langkit_supportVersion>0.1</config .langkit_supportVersion>
31+
2932 <!-- Libadalang version -->
3033 <config .libadalangVersion>0.1</config .libadalangVersion>
3134
You can’t perform that action at this time.
0 commit comments