Files
AeroPkg/assets/var/gnu/ogg.md

11 lines
140 B
Markdown
Raw Normal View History

ogg
=
https://github.com/xiph/ogg.git
``` sh *** build ***
./autogen.sh
./configure --prefix=/pkg/gnu/ogg
make -j$(nproc)
make install
```