mirror of
https://git.phreedom.club/localhost_frssoft/compy.git
synced 2024-11-27 10:31:31 +00:00
parent
b914328a54
commit
40aff8c8d3
|
@ -23,7 +23,7 @@ Installation
|
||||||
|
|
||||||
compy needs a few libraries to compile.
|
compy needs a few libraries to compile.
|
||||||
On Fedora, run `dnf install -y libjpeg-devel`
|
On Fedora, run `dnf install -y libjpeg-devel`
|
||||||
On Ubuntu, run `apt-get install -y libjpeg8 openssl ssl-cert`.
|
On Ubuntu, run `apt-get install -y libjpeg8-dev openssl ssl-cert`.
|
||||||
On macOS, run `brew install jpeg`. Then compile via:
|
On macOS, run `brew install jpeg`. Then compile via:
|
||||||
|
|
||||||
```ShellSession
|
```ShellSession
|
||||||
|
|
Loading…
Reference in a new issue