15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
|
#### libfq
|
||
|
|
||
|
##### Information
|
||
|
|
||
|
Source : https://github.com/ibarwick/libfq
|
||
|
|
||
|
##### Install
|
||
|
|
||
|
```bash
|
||
|
apt install -y wget ca-certificates
|
||
|
wget -qO - https://deb.lgy.fr/install.sh | bash
|
||
|
apt-get update
|
||
|
apt-get install -y libfq
|
||
|
```
|