Skip to content

Commit b1d5212

Browse files
committed
Update README to reference package management.
The libcsv library is available as a package for many Linux distributions and other operating systems. Make note of this fact in the README. Fixes #21.
1 parent a029b0c commit b1d5212

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

README

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
Installation
22
------------
3-
installation usually consists of:
4-
./configure && make && make check && make install
3+
The libcsv library may be installed using the package management software included
4+
with many operating systems. The relevant packages are typically named libcsv3
5+
and libcsv-dev. See the documentation of your operating system's package management
6+
software for details on fetching and installing the appropriate package.
57

6-
see the INSTALL file for details and instructions on other systems
8+
Installation from source usually consists of:
9+
10+
./configure && make && make check && make install
11+
12+
see the INSTALL file for details and instructions on other systems.
713

814

915
License

0 commit comments

Comments
 (0)