Installation fails on freebsd
devosalain opened this issue · 1 comments
devosalain commented
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
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