You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
The README isn't very clear on all the dependencies. It mentions needing cmake, but not Ninja and Golang. The only way I could get etls to compile on macOS was to install cmake and ninja via Homebrew, and Golang via the asdf package manager.
I hope this helps anyone else who is having issues compiling etls on macOS.
P.S. I had to install the same three dependencies on Ubuntu to get etls to compile while using edeliver (ninja-build on Ubuntu 16.04, not the ninja package). It would be good to mention these dependencies in the README and how to install them for each OS.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The README isn't very clear on all the dependencies. It mentions needing cmake, but not Ninja and Golang. The only way I could get etls to compile on macOS was to install cmake and ninja via Homebrew, and Golang via the asdf package manager.
I hope this helps anyone else who is having issues compiling etls on macOS.
P.S. I had to install the same three dependencies on Ubuntu to get etls to compile while using edeliver (ninja-build on Ubuntu 16.04, not the ninja package). It would be good to mention these dependencies in the README and how to install them for each OS.
The text was updated successfully, but these errors were encountered: