ソースを参照

Add missing ls-std version information to README file

Patrick-Christopher Mattulat 1 年間 前
コミット
6f4808bc93
1 ファイル変更5 行追加5 行削除
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -21,11 +21,11 @@ e.g. __libls-std-time.so__ must be located in __/user/lib__ location on Linux sy
 
 
 Compilation of this library requires the following prerequisites to be in place:
 Compilation of this library requires the following prerequisites to be in place:
 
 
-| Prerequisite                                                 | Comment                                                               |
-|--------------------------------------------------------------|-----------------------------------------------------------------------|
-| Maven                                                        | this is the library's build tool and is required in version __3.6.x__ |
-| Java Development Kit (JDK)                                   | this library uses JDK-11                                              |
-| Lynar Studios - Standard Library - Time Module (ls-std-time) | this is the native shared library, required on the system in use      |
+| Prerequisite                                                 | Comment                                                                                  |
+|--------------------------------------------------------------|------------------------------------------------------------------------------------------|
+| Maven                                                        | this is the library's build tool and is required in version __3.6.x__                    |
+| Java Development Kit (JDK)                                   | this library uses JDK-11                                                                 |
+| Lynar Studios - Standard Library - Time Module (ls-std-time) | this is the native shared library, required on the system in use in version __2023.2.0__ |
 
 
 If your system fulfills these prerequisites, compiling the Java library is simple - navigate to the project's root directory and use the following maven command:
 If your system fulfills these prerequisites, compiling the Java library is simple - navigate to the project's root directory and use the following maven command: