cherishman2005 / rtc

webrtc websocket GCC NACK FEC
MIT License
17 stars 2 forks source link

编译安装libx264库遇到Found no assembler Minimum version is nasm-2.13 #2

Closed cherishman2005 closed 3 years ago

cherishman2005 commented 3 years ago

问题描述

编译安装libx264库时,执行./configure遇到下面的报错
Found no assembler
Minimum version is nasm-2.13
If you really want to compile without asm, configure with –disable-asm.

解决方法

编译安装nasm

wget https://download.lixian.fun/Linux_LNMP_packers/nasm-2.13.03.tar.gz
tar xf nasm-2.13.03.tar.gz
cd nasm-2.13.03
./configure
make && make install