2019-07-22
This commit is contained in:
parent
f1a1c75407
commit
bb4fda3b5d
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -44,17 +44,25 @@ $(function() {
|
|||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p><b>xdgcfg</b> is a very simple wrapper around libconfig written in C++. It reads and writes files in <code>${XDG_CONFIG_HOME}</code>. It creates subdirectories if necessary.</p>
|
||||
<h3>Dependencies</h3>
|
||||
<h2>Dependencies</h2>
|
||||
<ul>
|
||||
<li>C++ compiler (Tested: g++ 5/8)</li>
|
||||
<li><a href="https://cmake.org/">cmake</a></li>
|
||||
<li><a href="https://cmake.org/">cmake</a> (at least: 3.1)</li>
|
||||
<li><a href="https://pkgconfig.freedesktop.org/wiki/">pkgconfig</a></li>
|
||||
<li><a href="https://github.com/hyperrealm/libconfig">libconfig++</a></li>
|
||||
<li><a href="http://repo.or.cz/w/libxdg-basedir.git">libxdg-basedir</a></li>
|
||||
</ul>
|
||||
<h3>Usage</h3>
|
||||
<h2>Install</h2>
|
||||
<h3>Gentoo</h3>
|
||||
<p>Add my <a href="https://schlomp.space/tastytea/overlay">repository</a> and install it from there.</p>
|
||||
<div class="fragment"><div class="line">eselect repository enable tastytea</div><div class="line">echo "dev-cpp/xdgcfg" >> /etc/portage/package.accept_keywords/xdgcfg</div><div class="line">emaint sync -r tastytea</div><div class="line">emerge -a dev-cpp/xdgcfg</div></div><!-- fragment --><h3>From source</h3>
|
||||
<p>Copy <code><a class="el" href="xdgcfg_8hpp_source.html">xdgcfg.hpp</a></code> into a folder where your project can find it.</p>
|
||||
<div class="fragment"><div class="line">mkdir build</div><div class="line">cd build</div><div class="line">cmake ..</div><div class="line">make</div><div class="line">make install</div></div><!-- fragment --><h3>Documentation</h3>
|
||||
<div class="fragment"><div class="line">mkdir build</div><div class="line">cd build</div><div class="line">cmake ..</div><div class="line">make</div><div class="line">make install</div></div><!-- fragment --><h3>CMake options</h3>
|
||||
<ul>
|
||||
<li><code>-DWITH_TESTS=YES</code> to compile the tests.</li>
|
||||
<li><code>-DWITH_EXAMPLES=YES</code> to compile the example.</li>
|
||||
</ul>
|
||||
<h2>Documentation</h2>
|
||||
<p><code><a class="el" href="xdgcfg_8hpp_source.html">xdgcfg.hpp</a></code> has explanatory comments in it and there is an <a href="src/example.cpp">example</a>. The reference is also available at <a href="https://doc.schlomp.space/xdgcfg/classxdgcfg.html">doc.schlomp.space/xdgcfg/</a>. </p>
|
||||
</div></div><!-- contents -->
|
||||
<!-- start footer part -->
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<tr style="height: 56px;">
|
||||
<td id="projectalign" style="padding-left: 0.5em;">
|
||||
<div id="projectname">xdgcfg
|
||||
 <span id="projectnumber">0.3.0</span>
|
||||
 <span id="projectnumber">0.3.1</span>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Reference in New Issue
Block a user