eta icon indicating copy to clipboard operation
eta copied to clipboard

Installation fails on freebsd

Open devosalain opened this issue 4 years ago • 1 comments

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

devosalain avatar Mar 02 '20 11:03 devosalain

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

jneira avatar Mar 03 '20 07:03 jneira