morloc-project / morloc

A typed, polyglot, functional language
GNU General Public License v3.0
195 stars 4 forks source link

Incomplete install instructions for users unfamiliar with Haskell ecosystem #23

Open stain opened 2 months ago

stain commented 2 months ago

I was unable to install morloc following the README, as if you use apt install haskell-stack in Linux Mint 21.3 you get an error about ghc-tinfo6 after stack install --fast

It turns out I needed to use a newer version of stack from get.haskellstack.

As you have a Docker image arendsee/morloc:v0.48.0 it may be useful to hint at this in the README as an alternative to a complex build operation.

It is unclear which operating systems and distributions are supported by morloc.

arendsee commented 2 months ago

@stain Having users build morloc from source is kind of mean, actually. I'll add a link to the Docker image. Though eventually I should distribute binaries, users shouldn't need to install a whole Haskell environment to use morloc. And I should add it to conda and aur and similar package managers.

I'll leave this issue open until I provide a good installation option.

arendsee commented 2 months ago

@stain I've updated the instructions with a Docker-based solution.