File: INSTALL

package info (click to toggle)
grisbi 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 22,604 kB
  • ctags: 6,257
  • sloc: ansic: 117,322; sh: 11,246; makefile: 785; perl: 370; xml: 11
file content (23 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
How to install Grisbi : 
=======================

Requirements:

 - GTK 2.24
 - libofx (optional)
 - goffice (optional)

Installation steps:

 - ./configure --prefix=/path_to_install_grisbi
 - make
 - make install

Grisbi will now be installed.  Just run <prefix>/bin/grisbi and have
fun !

OFX support is optional and can be disabled by using the --without-ofx
parameter.


 -- Grisbi development team <team@grisbi.org>