File: README

package info (click to toggle)
edflib 1.27-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: ansic: 9,078; makefile: 68; sh: 12
file content (18 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

This makefile creates a shared library of EDFlib.

usage:

make

sudo make install
  the default install path is /usr/local/lib64 or /usr/local/lib in case of a 32bit architecture
  the header file will go into /usr/local/include

sudo make install PREFIX=/usr
  will change the install path to /usr/lib64 or /usr/lib
  the header file will go into /usr/include


System requirements: GNU/Linux