appveyor / ci

AppVeyor community support repository
https://www.appveyor.com
344 stars 66 forks source link

Add Nasm to Pre-installed software #2836

Open EwoutH opened 5 years ago

EwoutH commented 5 years ago

Nasm is used for a lot of high-performance projects with SIMD assembly code. It's a very small and quick install but adds a lot of extra code. Having it installed by default would be very useful.

EwoutH commented 5 years ago

@IlyaFinkelshteyn What do you think?

EwoutH commented 4 years ago

@IlyaFinkelshteyn Could you take a second look at this? Nasm is a very small package (<1MB) which simplifies compiling many high-performance libraries.

Builds: https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/

GitMensch commented 1 year ago

In the meantime that link is a bit outdated https://www.nasm.us/pub/nasm/releasebuilds/?C=M;O=D may be preferable.

As an alternative to the pre-installation one may use:

gengjiawen commented 1 year ago

+1 from me, Node.js rely on this. I use choco to install it every time.