@@ -41,8 +41,8 @@ Building requirements:
4141
4242Step-by-step instructions:
4343
44- tar xf liblcf-0.6.2 .tar.xz # unpack the tarball
45- cd liblcf-0.6.2 # enter in the package directory
44+ tar xf liblcf-0.7.0 .tar.xz # unpack the tarball
45+ cd liblcf-0.7.0 # enter in the package directory
4646 ./configure --prefix /usr # find libraries, set options
4747 make # compile the library
4848 sudo make install # install system-wide
@@ -71,8 +71,8 @@ Building requirements:
7171
7272Step-by-step instructions:
7373
74- tar xf liblcf-0.6.2 .tar.xz # unpack the tarball
75- cd liblcf-0.6.2 # enter in the package directory
74+ tar xf liblcf-0.7.0 .tar.xz # unpack the tarball
75+ cd liblcf-0.7.0 # enter in the package directory
7676 cmake . -DCMAKE_BUILD_TYPE=Release # configure project
7777 cmake --build . # compile the library
7878 sudo cmake --build . --target install # install system-wide
@@ -109,8 +109,11 @@ See the file [COPYING] for copying conditions.
109109
110110### 3rd party software
111111
112- liblcf code includes a copy of [ inih] under New BSD license.
113- liblcf code includes a copy of [ string-view-lite] and [ span-lite] under Boost Software License, Version 1.0.
112+ liblcf includes code of the following 3rd party software:
113+
114+ - [ inih] under New BSD license.
115+ - [ string-view-lite] and [ span-lite] under Boost Software License, Version 1.0.
116+
114117See the source code comment headers for license details.
115118
116119
0 commit comments