llvm-mingw icon indicating copy to clipboard operation
llvm-mingw copied to clipboard

Packaging for Debian / Fedora

Open fire opened this issue 4 years ago • 3 comments

Is anyone working on packaging for Debian or Fedora?

fire avatar Sep 06 '21 19:09 fire

It'll probably not meet your requirements, but in case someone is interested, I'm working on a standalone cross-platform LLVM/clang package expected to run on any Linux newer than Ubuntu 12 for Intel, Ubuntu 16 for Arm, macOS 10.13 and Windows 7.

ilg-ul avatar Sep 06 '21 19:09 ilg-ul

That's the status quo. I'm imaging more like sudo apt install -y llvm-mingw or sudo yum install lllvm-mingw. Theyd probably put an architecture string there.

fire avatar Sep 06 '21 19:09 fire

fpm can help to automate the process of generating OS packages for llvm-mingw.

https://github.com/jordansissel/fpm

mcandre avatar Sep 07 '21 03:09 mcandre