jeanguyomarch / eovim

The Enlightened Neovim
https://github.com/jeanguyomarch/eovim/wiki
MIT License
193 stars 3 forks source link

OpenSUSE Tumbleweed support #35

Closed satelliteoflove closed 4 years ago

satelliteoflove commented 6 years ago

the setup.py script states: Platform 'openSUSE Tumbleweed' is not supported. Please open a ticket: https://github.com/jeanguyomarch/eovim/issues/new

jeanguyomarch commented 6 years ago

Thanks for the report. Eovim should work fine with OpenSUSE. This script is only a helper to install the build dependencies. Eovim depends on:

So if you can provide me the commands needed to install these packages, the setup.py should work fine. For example, on macOS, the following is done:

brew install efl
brew install cmake
brew install wget

Thanks

jeanguyomarch commented 4 years ago

This script has now been removed in favor of wiki documentation