File: INSTALL

package info (click to toggle)
gretl 2019a-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 53,708 kB
  • sloc: ansic: 367,137; sh: 4,416; makefile: 2,636; cpp: 2,499; xml: 580; perl: 364
file content (23 lines) | stat: -rw-r--r-- 761 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Gretl uses GNU autoconf.  Here's the quick way to get going:

  ./configure
  make
  make check
  make install

* You may want to do "./configure --help" first to see what options are
  available.  

* By default the installation goes under /usr/local.  To install
  elsewhere use "./configure --prefix=/your/prefix".

* Packagers who are using DESTDIR when building a gretl package
  should use the "--disable-xdg-utils" option so that gretl's XDG
  files get installed to DESTDIR rather than to the standard system
  location.

* On systems where GNU make is not the default you may need to use the
  "--with-gmake" option to ./configure.
  
See the Gretl User's Guide, Appendix C ("Building gretl") for further 
details [ http://gretl.sourceforge.net/#man ]