Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSUSE Tumbleweed support #35

Closed
satelliteoflove opened this issue Jul 12, 2018 · 2 comments
Closed

OpenSUSE Tumbleweed support #35

satelliteoflove opened this issue Jul 12, 2018 · 2 comments

Comments

@satelliteoflove
Copy link

  • eovim --version:
  • nvim --version | head -n1:
  • edje_cc --version:

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

@jeanguyomarch
Copy link
Owner

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

  • cmake;
  • wget;
  • libefl.

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
Copy link
Owner

This script has now been removed in favor of wiki documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants