mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-07-15 06:05:47 +00:00
update to standards (4)
This commit is contained in:
@ -62,20 +62,20 @@ See "man 1 ctrlconf" for more details
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
|
||||
<ul>
|
||||
<li><p>Download an <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">archive</a> with latest version of source files.</p></li>
|
||||
<li><p>Extract it and install the application:</p>
|
||||
<li>Download an <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">archive</a> with latest version of source files.</li>
|
||||
<li>Extract it and install the application:
|
||||
|
||||
{% highlight bash %}
|
||||
./install.sh "/path/to/root"
|
||||
{% endhighlight %}
|
||||
|
||||
<p>If you want install it to <code>/</code> you must run it as root, e.g.:</p>
|
||||
If you want install it to <code>/</code> you must run it as root, e.g.:
|
||||
|
||||
{% highlight bash %}
|
||||
sudo ./install.sh
|
||||
{% endhighlight %}
|
||||
|
||||
<p>If no path is specified it will be installed to <code>/</code> by default.</p></li>
|
||||
If no path is specified it will be installed to <code>/</code> by default.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>
|
||||
|
@ -88,9 +88,8 @@ Options:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
|
||||
<ul>
|
||||
<li><p>Download an <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">archive</a> with latest version of source files.</p></li>
|
||||
<li><p>Extract it and install the application:</p>
|
||||
<p>If you want install it into <code>/</code>, you should run as root following commands:</p>
|
||||
<li>Download an <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">archive</a> with latest version of source files.</li>
|
||||
<li>Extract it and install the application. If you want install it into <code>/</code>, you should run as root following commands:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /path/to/extracted/archive
|
||||
@ -100,7 +99,7 @@ make
|
||||
sudo make install
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Available cmake flags are:</p>
|
||||
Available cmake flags are:
|
||||
<ul>
|
||||
<li>components:
|
||||
<ul>
|
||||
@ -123,7 +122,6 @@ sudo make install
|
||||
<li><code>-DUSE_QT5:BOOL=0</code> - use Qt4 instead of Qt5 for GUI</li>
|
||||
</ul></li>
|
||||
</ul></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>
|
||||
|
@ -35,8 +35,8 @@ links:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
|
||||
<ul>
|
||||
<li><p>Download an <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">archive</a> with latest version of source files.</p></li>
|
||||
<li><p>Extract it and install the application. For global isntallation type:</p>
|
||||
<li>Download an <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">archive</a> with latest version of source files.</li>
|
||||
<li>Extract it and install the application. For global isntallation type:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /where/is/applet/
|
||||
@ -46,7 +46,7 @@ make
|
||||
sudo make install
|
||||
{% endhighlight %}
|
||||
|
||||
<p>For local isntallation type:</p>
|
||||
For local isntallation type:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /where/is/applet/
|
||||
@ -57,13 +57,13 @@ make install
|
||||
{% endhighlight %}
|
||||
|
||||
</li>
|
||||
<li><p>Restart plasma to load the applet:</p>
|
||||
<li>Restart plasma to load the applet:
|
||||
|
||||
{% highlight bash %}
|
||||
kquitapp plasma-desktop && sleep 2 && plasma-desktop
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Also you might need to run <code>kbuildsycoca4</code> in order to get the <code>*.desktop</code> file recognized:</p>
|
||||
Also you might need to run <code>kbuildsycoca4</code> in order to get the <code>*.desktop</code> file recognized:
|
||||
|
||||
{% highlight bash %}
|
||||
kbuildsycoca4 &> /dev/null
|
||||
|
@ -45,8 +45,8 @@ links:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
|
||||
<ul>
|
||||
<li><p>Download an <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">archive</a> with latest version of source files.</p></li>
|
||||
<li><p>Extract it and install:</p>
|
||||
<li>Download an <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">archive</a> with latest version of source files.</li>
|
||||
<li>Extract it and install:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /where/is/applet/
|
||||
@ -56,7 +56,7 @@ make
|
||||
make install
|
||||
{% endhighlight %}
|
||||
|
||||
<p>For global isntallation type:</p>
|
||||
For global installation type:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /where/is/applet/
|
||||
|
@ -56,20 +56,20 @@ Parameters:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Instruction</h3>
|
||||
<ul>
|
||||
<li><p>Download an <a href="https://github.com/arcan1s/queued/releases" title="GitHub">archive</a> with latest version of source files.</p></li>
|
||||
<li><p>Extract it and install the application:</p>
|
||||
<li>Download an <a href="https://github.com/arcan1s/queued/releases" title="GitHub">archive</a> with latest version of source files.</li>
|
||||
<li>Extract it and install the application:
|
||||
|
||||
{% highlight bash %}
|
||||
./install.sh "/path/to/root/"
|
||||
{% endhighlight %}
|
||||
|
||||
<p>If you want install it to <code>/</code> you must run it as root, e.g.:</p>
|
||||
If you want install it to <code>/</code> you must run it as root, e.g.:
|
||||
|
||||
{% highlight bash %}
|
||||
sudo ./install.sh
|
||||
{% endhighlight %}
|
||||
|
||||
<p>If no path is specified it will be installed to <code>/</code> by default.</p></li>
|
||||
If no path is specified it will be installed to <code>/</code> by default.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Dependencies</h3>
|
||||
|
Reference in New Issue
Block a user