typelead / eta

The Eta Programming Language, a dialect of Haskell on the JVM
https://eta-lang.org
BSD 3-Clause "New" or "Revised" License
2.61k stars 141 forks source link

Installation fails on freebsd #986

Open devosalain opened 4 years ago

devosalain commented 4 years ago

git clone https://github.com/typelead/eta-init

Task :setupEnvironmentEta FAILED FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':setupEnvironmentEta'. Unsupported OS 'FreeBSD'; install etlas manually and configure with etlasPath
jneira commented 4 years ago

Hi! I am afraid that there is no precompiled binaries for freebsd so you may try build eta from source and use the gradle plugin options:

eta {
  useSystemEta = true
  useSystemEtlas = true
}

to use the installation from source