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.
41
41
* Note: If for some reason you are not running ` ./manage.py setenv ` , make sure that the
42
42
` sigsegv_handler ` library is reachable from your ` LD_LIBRARY_PATH ` .*
43
43
44
+ Install the Java LangkitSupport library:
45
+
46
+ ``` sh
47
+ $[langkit]> mvn -f langkit/java_support install
48
+ ```
49
+
44
50
### 2) Build and install Libadalang
45
51
46
52
``` sh
Original file line number Diff line number Diff line change 38
38
<includes >
39
39
<include >com.adacore:liblkqllang</include >
40
40
<include >com.adacore:libadalang</include >
41
+ <include >com.adacore:langkit_support</include >
41
42
<include >com.adacore:options</include >
42
43
<include >org.json:json</include >
43
44
</includes >
141
142
<artifactId >libadalang</artifactId >
142
143
<version >${config.libadalangVersion} </version >
143
144
</dependency >
145
+
146
+ <dependency >
147
+ <groupId >com.adacore</groupId >
148
+ <artifactId >langkit_support</artifactId >
149
+ <version >${config.langkit_supportVersion} </version >
150
+ </dependency >
151
+
144
152
<dependency >
145
153
<groupId >com.adacore</groupId >
146
154
<artifactId >options</artifactId >
Original file line number Diff line number Diff line change 26
26
<!-- Used GraalVM version -->
27
27
<graalvm .version>22.3.1</graalvm .version>
28
28
29
+ <!-- LangkitSupport version -->
30
+ <config .langkit_supportVersion>0.1</config .langkit_supportVersion>
31
+
29
32
<!-- Libadalang version -->
30
33
<config .libadalangVersion>0.1</config .libadalangVersion>
31
34
You can’t perform that action at this time.
0 commit comments