Skip to content

Commit 7cbe6e6

Browse files
committed
Separate windws vs linux requirements
1 parent d64e1d2 commit 7cbe6e6

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ GNU Octave database functionality using odbc
44
This is a basic implementation of ODBC functionalty similar to MATLABS
55
ODCB functionalilty.
66

7-
In linux, it uses unixODBC, in windows the native odbc interface.
7+
## Requirements
8+
9+
### Linux
10+
11+
In linux, the devel package for unixODBC must be installed.
12+
13+
To use the configureODBCDataSource function, ODBCManageDataSources must
14+
be avalable from te Qt odbc packages
15+
16+
### Windows
17+
18+
In Windows, the native odbc interface is used.
19+
20+
21+
### Install and loading
822

923
The toolkit can be installed in Octave 7.2+ using the command:
1024

0 commit comments

Comments
 (0)