mirror of
https://github.com/NishiOwO/arena.git
synced 2025-04-21 16:54:42 +00:00
15 lines
245 B
Plaintext
15 lines
245 B
Plaintext
To get from zlib*.tar.gz to built library
|
|
------------------------------------------
|
|
0) Get archive
|
|
|
|
From: ftp://ftp.uu.net/graphics/png/
|
|
|
|
1) Extract archive
|
|
gnutar xvfpz zlib*.tar.gz
|
|
mv zlib Implementation
|
|
|
|
2) Build
|
|
cd Implementation
|
|
make
|
|
|