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
# Use /download as our temporary download directory | |
# Start download and install freetds | |
cd /download | |
# Offical Site: freetds.org | |
wget ftp://ftp.astron.com/pub/freetds/stable/freetds-stable.tgz | |
tar zxvf freetds-0.91 | |
cd freetds-0.91 | |
./configure | |
make | |
make install |