Обновление README.md, исходников, пакетки
This commit is contained in:
@ -3,15 +3,14 @@ gmp 6.3.0
|
||||
https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz
|
||||
|
||||
``` sh *** build ***
|
||||
./configure \
|
||||
--enable-cxx \
|
||||
--prefix=/pkg/gnu/gmp &&
|
||||
make -j$(nproc) && make install
|
||||
./configure --enable-cxx --prefix=/pkg/gnu/gmp
|
||||
make -j$(nproc)
|
||||
make install
|
||||
```
|
||||
|
||||
``` cfg *** build deps ***
|
||||
linux
|
||||
glibc
|
||||
linux-headers
|
||||
```
|
||||
|
||||
``` cfg *** run deps ***
|
||||
|
||||
Reference in New Issue
Block a user