Parcourir la source

Add missing ls-std version information to README file

Patrick-Christopher Mattulat il y a 1 an
Parent
commit
6f4808bc93
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  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:
 
-| 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: