shinchiro / mpv-winbuild-cmake

CMake-based MinGW-w64 Cross Toolchain
487 stars 91 forks source link

[BUG] apt-get install list has some errors. #661

Closed tasty0tomato closed 2 months ago

tasty0tomato commented 2 months ago

As title. 'libgcrypt20-dev' instead of 'libgcrypt-dev' E: Unable to locate package mimalloc

Andarwinux commented 2 months ago

You don't need to install this, mimalloc is just to speed up the build, you can also use jemalloc instead or not install any alternative malloc. I'll add statically linked mimalloc support for llvm later.

shinchiro commented 2 months ago

Install libmimalloc-dev