Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit fc2a51cf62
240 changed files with 2747 additions and 855 deletions

12
assets/var/gnu/nasm.md Normal file
View File

@ -0,0 +1,12 @@
nasm
=
https://github.com/netwide-assembler/nasm.git
``` sh *** build ***
pip3 install asciidoc
./autogen.sh
./configure --prefix=/pkg/gnu/nasm
make -j$(nproc)
make manpages
make install
```