File: INSTALL

package info (click to toggle)
libecgi 0.6.2-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 4,004 kB
  • ctags: 307
  • sloc: ansic: 1,781; makefile: 126; sh: 13; xml: 7
file content (20 lines) | stat: -rw-r--r-- 728 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
QUICK NOTE:
-----------
- you MUST have:
  strdup(), strncasecmp(), strcasecmp(), putenv(), vsnprintf(), snprintf()
  installed on your system to make ecgilib compile
- "gcc --shared" fails on some systems - ignore this and make a simple
  "make install" - you should have the libecgi.a then
- some systems need "gcc -G" instead - changed SHAREDOPT in Makefile to -G

INSTALL
-------
just type "make" and "make install" in the main dir.
if you dont want ecgilib to install to /usr/bin, /usr/include, /usr/lib,
change the Makefile.

HELP
----
If anyone has experience with autoconf and wants to help me: great!
especially interesting would be the part, how to put the functions mentioned
above to not error on specific compilers