File: INSTALL.md

package info (click to toggle)
freetds 1.3.17%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,104 kB
  • sloc: ansic: 98,429; sh: 5,044; xml: 4,472; sql: 1,488; makefile: 1,077; perl: 509; php: 22
file content (29 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
FreeTDS Installation
====

If you are installing from git repository please read [INSTALL.GIT](./INSTALL.GIT.md)

For complete instructions, see the [FreeTDS Users Guide](http://www.freetds.org/userguide/). It is included in the distribution inside "doc/userguide/index.html`.

Brief Instructions
----

```
$ ./configure --help
$ ./configure
$ make
$ make install
```

Post Install
====

* Edit the `/usr/local/etc/freetds.conf` file to add servers.
* Test the connection with `/usr/local/bin/tsql`
* Build and test the package that requires FreeTDS.

If you want to build the ODBC driver, you'll probably first want to install
a Driver Manager (on Unix-like systems).  This release of FreeTDS was tested
with unixODBC 2.2.11.

For any other information please see the Users Guide.