forked from grisbi/grisbi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
32 lines (21 loc) · 777 Bytes
/
INSTALL
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
How to install Grisbi :
=======================
Requirements:
GLIB_REQUIRED=2.56
GTK_REQUIRED=3.24
LIBGSF_REQUIRED=1.14
# Optional
LIBGOFFICE_REQUIRED=0.10.0
LIBOFX_REQUIRED=0.9
LIBSSL_REQUIRED=1.0.0
LIBXML_REQUIRED=2.5.0
Documentation
https://sourceforge.net/projects/grisbi/files/Documentation/CompilerGrisbiSous%20linux%20_GTK2_3.odt/download
Installation steps:
- ./configure --prefix=/path_to_install_grisbi
- make
- [sudo] make install
Grisbi will now be installed. Just run <prefix>/bin/grisbi and have fun !
OFX support is detected automatically and can be disabled by using the --without-ofx parameter.
Goffice support is detected automatically and can be disabled by using the --without-goffice parameter.
-- Grisbi development team <[email protected]>