File: INSTALL

package info (click to toggle)
libint 1.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,664 kB
  • sloc: sh: 10,214; ansic: 9,478; makefile: 437; perl: 141
file content (15 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The recommended installation procedure:
0) create a directory for object files $(OBJDIR) 
1) cd $(OBJDIR)
1) $(SRCDIR)/configure
   Most often you will need to specify command-line options to configure.
   To obtain a list of configure options run 'configure --help'.
2) make
3) make install

If you are compiling from sources obtained via Mercurial then prior to step 0 you need to run the following 2 commands:
aclocal -I lib/autoconf
autoconf

Report all problems to libint@valeyev.net