DamZiobro / vim-ide

VIM configured as powerful IDE (Integrated Development Environment)
MIT License
471 stars 94 forks source link

dnf support? #8

Closed o-lenczyk closed 6 years ago

o-lenczyk commented 6 years ago

during the install i have following error:

sudo: apt-get: command not found

is only debian supported?

Josheriff commented 6 years ago

I'm not the product developer, but if you inspect the .sh file, (a command scripting file)

You will se this:

sudo apt-get --yes install vim vim-gnome

echo -e "Installing ctags"
sudo apt-get --yes install ctags

echo -e "Installing cscope"
sudo apt-get --yes install cscope

echo -e "Installing pip for python-based dpeendencies"
sudo apt-get --yes install pip

echo -e "Installing python dependencies"
sudo pip install pdb pylint

so maybe there are a brew command for mac, or whatever other linux distros uses.

DamZiobro commented 6 years ago

yes, it may be, but I don't use Mac and don't know that command. Feel free find this command how to install above tools in MacOS and other OSes. If you will send me the patch I could include it into the repo.