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

14 lines
186 B
Markdown
Raw Normal View History

2025-08-26 04:41:14 +03:00
bc 1.0.8.2
=
https://ftp.gnu.org/gnu/bc/bc-1.08.2.tar.lz
``` sh *** build ***
./configure --prefix=/pkg/gnu/bc
make -j$(nproc)
make install
2025-08-26 04:41:14 +03:00
```
``` cfg *** build deps ***
readline
```