Fix readme typo

This commit is contained in:
Miepee 2021-09-22 13:09:36 +02:00 committed by GitHub
parent 0e938101e5
commit aff34ac0f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,4 +94,4 @@ touch empty.c
gcc -c empty.c empty.c -fPIC
gcc -fPIC -shared -Wl,-soname,libcurl.so.4 empty.o -o libcurl.so.4
```
And then launch AM2R with LD_LIBRARY_PATH pointing to where your generated .so file is. For example `LD_LIBRARY_PATH=/home/me/libcurl-lib ./AM2R´
And then launch AM2R with LD_LIBRARY_PATH pointing to where your generated .so file is. For example `LD_LIBRARY_PATH=/home/me/libcurl-lib ./AM2R`