Обновление README.md, исходников, пакетки
This commit is contained in:
10
assets/var/gnu/brotli.md
Normal file
10
assets/var/gnu/brotli.md
Normal file
@ -0,0 +1,10 @@
|
||||
brotli
|
||||
=
|
||||
https://github.com/google/brotli/archive/refs/tags/v1.2.0.tar.gz
|
||||
|
||||
``` sh *** build ***
|
||||
mkdir -p build && cd build
|
||||
cmake .. -DCMAKE_INSTALL_PREFIX=/pkg/gnu/brotli -DCMAKE_BUILD_TYPE=Release
|
||||
make -j$(nproc)
|
||||
make install
|
||||
```
|
||||
Reference in New Issue
Block a user