-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.ofx
50 lines (35 loc) · 1.99 KB
/
README.ofx
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
KMyMoney README.ofx
Author: Ace Jones <acejones@users.sf.net>
Date : Jan 19 2006
This README covers how to compile with OFX support.
-----------------------------------------------------------------------------
OFX Plugin
-----------------------------------------------------------------------------
Building the OFX Plugin allows you to import OFX files from your bank. For
more information on using the feature, see the "OFX Import" section of the
user manual.
To build it:
1. Get the required version of libofx. For CVS version of KMM, get at least
version 0.9.0 of libofx. Please ensure you have at least this version
before requesting support for any problem building with OFX.
For released versions of KMM, the configure script will tell you which version
is needed if it cannot find the right one.
2. Ensure you have pkg-config installed, and that your PKG_CONFIG_PATH includes
the location of libofx.pc.
3. Add --enable-ofxplugin to the options you pass to the configure script.
-----------------------------------------------------------------------------
OFX Direct Connect
-----------------------------------------------------------------------------
OFX Direct Connect enables you to contact your bank directly from within
KMyMoney to download your statements. Many US banks support this protocol,
but not all. For information on how to set up your accounts and connect to
your bank, please see the "Direct Connect" section in the "OFX Import"
section of the user's manual.
1. Build and install the correct version of libofx. For CVS version of KMM,
get the latest CVS version of libofx. Please ensure you have the absolute
latest version before requesting support for any problem building with OFX.
For released versions of KMM, the configure script will tell you which version
is needed if it cannot find the right one.
2. Ensure you have pkg-config installed, and that your PKG_CONFIG_PATH includes
the location of libofx.pc.
3. Add --enable-ofxbanking to the options you pass to the configure script.