Last active
June 22, 2018 17:00
-
-
Save juanhuttemann/10fec7360619c1884e875f0d992eaa8e to your computer and use it in GitHub Desktop.
Install Free TDS for tiny_tds gem Ubuntu
This file contains hidden or 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
wget https://sources.voidlinux.eu/freetds-1.00.23/freetds-1.00.23.tar.gz | |
or https://distfiles.macports.org/freetds/freetds-1.00.23.tar.bz2 | |
tar -zxvf freetds-1.00.23.tar.gz | |
or tar -jxvf | |
Then | |
cd freetds-1.00.23/ | |
./configure | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment