nasm:centos系列环境配置

NASM功能:x86构架cpu的汇编语言的编译器
NASM官方网址:https://www.nasm.us/
NASM官方下载地址:https://www.nasm.us/pub/nasm/releasebuilds/2.15.05/




文件名字:nasm.repo
文件路径:/etc/yum/yum.repos.d/

文件内容:


[nasm] name=The Netwide Assembler baseurl=http://www.nasm.us/pub/nasm/stable/linux/ enabled=1 gpgcheck=0 [nasm-testing] name=The Netwide Assembler (release candidate builds) baseurl=http://www.nasm.us/pub/nasm/testing/linux/ enabled=0 gpgcheck=0 [nasm-snapshot] name=The Netwide Assembler (daily snapshot builds) baseurl=http://www.nasm.us/pub/nasm/snapshots/latest/linux/ enabled=0 gpgcheck=0



上一篇:【力扣】1052. 爱生气的书店老板


下一篇:PostgreSQL查看系统视图的源码