Last active
May 7, 2016 20:05
-
-
Save HeLiBloks/7587067c9571a46733e9a41c39b3d78b to your computer and use it in GitHub Desktop.
my Vim Depedencies
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#for dbext: | |
apt-get install unixodbc | |
perl -MCPAN -e 'install Bundle::DBI' -e 'install DBD::ODBC' | |
#for vim-sql-workbench | |
#sqlite | |
wget https://bitbucket.org/xerial/sqlite-jdbc/downloads/sqlite-jdbc-3.8.11.2.jar | |
#mysql | |
wget https://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.38.tar.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment