File: INSTALL.git

package info (click to toggle)
grisbi 3.90.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 31,152 kB
  • sloc: ansic: 133,072; makefile: 1,092; sh: 1,007; xml: 642; python: 124; perl: 82
file content (11 lines) | stat: -rw-r--r-- 261 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
If you get Grisbi source code from Git, please run the autogen script to
create the configure script :

	./autogen.sh

If the configure script was successfully created, the next steps are :

	./configure --prefix=/path/to/install/grisbi
	make
    make install