Skip to content

Commit d9f3ebe

Browse files
Improve README (sahabpardaz#4)
1 parent 498b425 commit d9f3ebe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ a linux library file in the maven resource folder and is used by the Java progra
4242
Since compiling the C++ codes requires the `Chimera` library to be installed, all the requirements
4343
for compiling the C++ source files are provided in the form of a docker file. This docker file,
4444
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.
4748

4849
First, apply the changes you want to make to the C++ source codes. Then execute below command:
4950

0 commit comments

Comments
 (0)