We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a029b0c commit b1d5212Copy full SHA for b1d5212
1 file changed
README
@@ -1,9 +1,15 @@
1
Installation
2
------------
3
-installation usually consists of:
4
-./configure && make && make check && make install
+The libcsv library may be installed using the package management software included
+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.
7
-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.
13
14
15
License
0 commit comments