mirror of
https://github.com/woodchen-ink/webp_server_go.git
synced 2025-07-18 05:32:02 +08:00
Use ln rather than cp (#114)
This commit is contained in:
parent
b4e3e1d76f
commit
6730c7a00d
@ -30,7 +30,7 @@ If you'd like to run binary directly on your machine, you need to install some d
|
||||
|
||||
```
|
||||
apt install libaom-dev -y
|
||||
cp /usr/lib/x86_64-linux-gnu/libaom.so /usr/lib/x86_64-linux-gnu/libaom.so.3
|
||||
ln -s /usr/lib/x86_64-linux-gnu/libaom.so /usr/lib/x86_64-linux-gnu/libaom.so.3
|
||||
```
|
||||
|
||||
#### CentOS7
|
||||
|
Loading…
x
Reference in New Issue
Block a user