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