@@ -86,11 +86,11 @@ If you are using Maven, edit your `pom.xml` file as below:
8686 <!-- Java 8 is supported if you use the following dependency classifier: <classifier>jdk8</classifier> -->
8787 <!-- don't specify the version here -->
8888 </dependency >
89- <!-- Example linux amd64 ssl1 natives -->
89+ <!-- Example linux amd64 (GCC) ssl1 natives -->
9090 <dependency >
9191 <groupId >it.tdlight</groupId >
9292 <artifactId >tdlight-natives</artifactId >
93- <classifier >linux_amd64_ssl1 </classifier >
93+ <classifier >linux_amd64_gcc_ssl1 </classifier >
9494 <!-- don't specify the version here -->
9595 </dependency >
9696 <!-- Example windows amd64 natives -->
@@ -124,8 +124,8 @@ dependencies {
124124
125125 // do not specify the versions on the dependencies below!
126126 implementation group: 'it.tdlight', name: 'tdlight-java' // Java 8 is supported if you use the following dependency classifier: `jdk8`
127- implementation group: 'it.tdlight', name: 'tdlight-natives', classifier: 'linux_amd64_ssl1 '
128- // Include other native classifiers, for example linux_amd64_ssl3, macos_amd64, ... -->
127+ implementation group: 'it.tdlight', name: 'tdlight-natives', classifier: 'linux_amd64_gcc_ssl1 '
128+ // Include other native classifiers, for example linux_amd64_ssl1, linux_amd64_ssl3, macos_amd64, ... -->
129129}
130130```
131131
@@ -138,6 +138,8 @@ To use TDLight Java you need to include the native libraries, by specifying one
138138
139139- ` linux_amd64_ssl1 `
140140- ` linux_amd64_ssl3 `
141+ - ` linux_amd64_gcc_ssl1 `
142+ - ` linux_amd64_gcc_ssl3 `
141143- ` linux_arm64_ssl1 `
142144- ` linux_arm64_ssl3 `
143145- ` linux_ppc64le_ssl3 `
0 commit comments