elbywan / crystalline

A Language Server Protocol implementation for Crystal. 🔮
MIT License
436 stars 23 forks source link

Update README with ArchLinux install instructions. #11

Closed hugopl closed 3 years ago

hugopl commented 3 years ago

Hi, I just created a package for Archlinux, and I'm using it (so this mean it should keep up to date)

Could you check if I miss some dependency?

Runtime dependencies

gc
libevent
libyaml
llvm10-libs
pcre

Compile time dependencies

llvm10 (make)
make (make3, make-git, make-without-guile) (make)
shards>=0.11.0, (shards-git) (make)
crystal>=0.35.1 (crystal-git) (make)
elbywan commented 3 years ago

Hey @hugopl, thanks a bunch for the package!

I tested with archlinux inside a docker container and it looks fine to me, even though I cannot check with a proper archlinux setup.