mirror of
https://github.com/arcan1s/arcanis.me.git
synced 2025-04-24 15:27:17 +00:00
update to standards (4)
This commit is contained in:
parent
cea01cbd59
commit
009a5be871
@ -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>
|
||||
|
@ -63,20 +63,20 @@ See "man 1 ctrlconf" for more details
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
|
||||
<ul>
|
||||
<li><p>Скачайте <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li>
|
||||
<li><p>Извлеките из него файлы и установите приложение:</p>
|
||||
<li>Скачайте <a href="https://github.com/arcan1s/git-etc/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
|
||||
<li>Извлеките из него файлы и установите приложение:
|
||||
|
||||
{% highlight bash %}
|
||||
./install.sh "/путь/к/корню/"
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:</p>
|
||||
Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:
|
||||
|
||||
{% highlight bash %}
|
||||
sudo ./install.sh
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Если путь не указан, пакет будет установлен в <code>/</code>.</p></li>
|
||||
Если путь не указан, пакет будет установлен в <code>/</code>.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3>
|
||||
|
@ -89,9 +89,8 @@ netctlgui-helper [ options ]
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
|
||||
<ul>
|
||||
<li><p>Скачайте <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li>
|
||||
<li><p>Извлеките из него файлы и установите приложение:</p>
|
||||
<p>Если Вы хотите установить в <code>/</code>, Вы должны запустить как root:</p>
|
||||
<li>Скачайте <a href="https://github.com/arcan1s/netctl-gui/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
|
||||
<li>Извлеките из него файлы и установите приложение. Если Вы хотите установить в <code>/</code>, Вы должны запустить как root:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /путь/к/распакованному/архиву
|
||||
@ -101,7 +100,7 @@ make
|
||||
sudo make install
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Доступные флаги cmake:</p>
|
||||
Доступные флаги cmake:
|
||||
<ul>
|
||||
<li>компоненты:
|
||||
<ul>
|
||||
@ -124,7 +123,6 @@ sudo make install
|
||||
<li><code>-DUSE_QT5:BOOL=0</code> - использовать Qt4 вместо Qt5</li>
|
||||
</ul></li>
|
||||
</ul></li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
|
||||
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3>
|
||||
|
@ -36,8 +36,8 @@ links:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
|
||||
<ul>
|
||||
<li><p>Скачайте <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li>
|
||||
<li><p>Извлеките из него файлы и установите приложение. Для глобальной установки наберите:</p>
|
||||
<li>Скачайте <a href="https://github.com/arcan1s/oblikuestrategies/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
|
||||
<li>Извлеките из него файлы и установите приложение. Для глобальной установки наберите:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /путь/куда/распакован/архив
|
||||
@ -47,7 +47,7 @@ make
|
||||
sudo make install
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Для локальной:</p>
|
||||
Для локальной:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /where/your/applet/is/installed
|
||||
@ -58,14 +58,13 @@ make install
|
||||
{% endhighlight %}
|
||||
|
||||
</li>
|
||||
|
||||
<li><p>Перезапустите plasma, чтобы загрузить апплет:</p>
|
||||
<li>Перезапустите plasma, чтобы загрузить апплет:
|
||||
|
||||
{% highlight bash %}
|
||||
kquitapp plasma-desktop && sleep 2 && plasma-desktop
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Также Вам может потребоваться запустить <code>kbuildsycoca4</code>, чтобы распознать <code>*.desktop</code> файл:</p>
|
||||
Также Вам может потребоваться запустить <code>kbuildsycoca4</code>, чтобы распознать <code>*.desktop</code> файл:
|
||||
|
||||
{% highlight bash %}
|
||||
kbuildsycoca4 &> /dev/null
|
||||
|
@ -46,8 +46,8 @@ links:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
|
||||
<ul>
|
||||
<li><p>Скачайте <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li>
|
||||
<li><p>Извлеките из него файлы и установите:</p>
|
||||
<li>Скачайте <a href="https://github.com/arcan1s/pytextmonitor/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
|
||||
<li>Извлеките из него файлы и установите:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /путь/к/извлеченным/файлам/
|
||||
@ -57,7 +57,7 @@ make
|
||||
make install
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Для глобальной установки наберите:</p>
|
||||
Для глобальной установки наберите:
|
||||
|
||||
{% highlight bash %}
|
||||
cd /путь/к/извлеченным/файлам/
|
||||
|
@ -57,20 +57,20 @@ Parameters:
|
||||
|
||||
<h3><a href="#instruction" class="anchor" id="instruction"><span class="octicon octicon-link"></span></a>Инструкция</h3>
|
||||
<ul>
|
||||
<li><p>Скачайте <a href="https://github.com/arcan1s/queued/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</p></li>
|
||||
<li><p>Извлеките из него файлы и установите приложение:</p>
|
||||
<li>Скачайте <a href="https://github.com/arcan1s/queued/releases" title="GitHub">архив</a> с актуальной версией исходных файлов.</li>
|
||||
<li>Извлеките из него файлы и установите приложение:
|
||||
|
||||
{% highlight bash %}
|
||||
./install.sh "/путь/к/корню/"
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:</p>
|
||||
Если Вы хотите установить в <code>/</code>, Вы должны запустить это, как root:
|
||||
|
||||
{% highlight bash %}
|
||||
sudo ./install.sh
|
||||
{% endhighlight %}
|
||||
|
||||
<p>Если путь не указан, пакет будет установлен в <code>/</code>.</p></li>
|
||||
Если путь не указан, пакет будет установлен в <code>/</code>.</li>
|
||||
</ul>
|
||||
|
||||
<h3><a href="#dependencies" class="anchor" id="dependencies"><span class="octicon octicon-link"></span></a>Зависимости</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user