File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -42,8 +42,9 @@ a linux library file in the maven resource folder and is used by the Java progra
42
42
Since compiling the C++ codes requires the ` Chimera ` library to be installed, all the requirements
43
43
for compiling the C++ source files are provided in the form of a docker file. This docker file,
44
44
in addition to providing all the requirements related to the C++ codes in an isolated environment,
45
- also builds them automatically and puts the generated library file (.so file) in the required path
46
- for the Java language. For this reason, the only requirement to rebuild the module is to have Docker installed.
45
+ also builds them automatically and puts the generated library file (.so file) in
46
+ compressed format (tar.gz file) in the required path for the Java language. For this reason, the only
47
+ requirement to rebuild the module is to have Docker installed.
47
48
48
49
First, apply the changes you want to make to the C++ source codes. Then execute below command:
49
50
You can’t perform that action at this time.
0 commit comments