You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ksquirrel/doc/ru/installation.html

32 lines
7.4 KiB

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<html><head><title>Приложение A. Инсталляция</title><link rel="stylesheet" href="help:/common/kde-default.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.67.2"><meta name="keywords" content="KDE, image, viewer, picture"><link rel="start" href="index.html" title="KSquirrel Руководство Пользователя"><link rel="up" href="index.html" title="KSquirrel Руководство Пользователя"><link rel="prev" href="license.html" title="Глава 6. Лицензия, авторские права и благодарности"><link rel="next" href="install-binary.html" title="Установка из бинарных пакетов"><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta name="GENERATOR" content="KDE XSL Stylesheet V1.13 using libxslt"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div style="background-image: url(help:/common/top-middle.png); width: 100%; height: 131px;"><div style="position: absolute; right: 0px;"><img src="help:/common/top-right-konqueror.png" style="margin: 0px" alt=""></div><div style="position: absolute; top: 25px; right: 100px; text-align: right; font-size: xx-large; font-weight: bold; text-shadow: #fff 0px 0px 5px; color: #444">Инсталляция</div></div><div style="margin-top: 20px; background-color: #white; color: black; margin-left: 20px; margin-right: 20px;"><div style="position: absolute; left: 20px;"><a accesskey="p" href="license.html">Пред.</a></div><div style="position: absolute; right: 20px;"><a accesskey="n" href="install-binary.html">След.</a></div><div class="navCenter"> </div></div><div class="appendix" lang="ru"><div class="titlepage"><div><div><h2 class="title"><a name="installation"></a>Приложение A. Инсталляция</h2></div></div></div><div class="toc"><p><b>Содержание</b></p><dl><dt><span class="sect1"><a href="installation.html#install-source">Установка из исходников</a></span></dt><dd><dl><dt><span class="sect2"><a href="installation.html#install-source-ksquirrel-libs">Установка ksquirrel-libs</a></span></dt><dt><span class="sect2"><a href="installation.html#install-source-ksquirrel">Установка KSquirrel</a></span></dt></dl></dd><dt><span class="sect1"><a href="install-binary.html">Установка из бинарных пакетов</a></span></dt></dl></div><div class="sect1" lang="ru"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="install-source"></a>Установка из исходников</h2></div></div></div><p>
KSquirrel из исходников устанавливается как обычно, за исключением некоторых моментов. Для успешной компиляции KSquirrel Вам необходимо установить пакет kde-devel, и в системах типа Mandriva дополнительно tdebase-devel. Рассмотрим все шаги инсталляции подробнее.
</p><div class="sect2" lang="ru"><div class="titlepage"><div><div><h3 class="title"><a name="install-source-ksquirrel-libs"></a>Установка ksquirrel-libs</h3></div></div></div><p>
Сперва необходимо установить ksquirrel-libs.
<div class="orderedlist"><ol type="1"><li><p>tar jxfv <code class="filename"><span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="replaceable"><em class="replaceable"><code>ksquirrel-libs-0.7.0.tar.bz2</code></em></span></code></p></li><li><p>./configure.gnu</p></li><li><p>make</p></li><li><p>su -c «<span class="quote">make install</span>»</p></li></ol></div>
</p><p>
Пояснения.
<div class="itemizedlist"><ul type="disc"><li><p>
configure.gnu это просто обёртка вокруг configure - это обычный shell-скрипт, который вызывает configure с установленным префиксом.
Вместо configure.gnu Вы можете спокойно использовать
<span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="command"><span><strong class="command">./configure --prefix=/usr</strong></span></span>
</p></li></ul></div>
</p></div><div class="sect2" lang="ru"><div class="titlepage"><div><div><h3 class="title"><a name="install-source-ksquirrel"></a>Установка KSquirrel</h3></div></div></div><p>
Теперь установим KSquirrel
<div class="orderedlist"><ol type="1"><li><p>tar jxfv <code class="filename"><span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="replaceable"><em class="replaceable"><code>ksquirrel-0.7.0.tar.bz2</code></em></span></code></p></li><li><p>./configure.gnu</p></li><li><p>make</p></li><li><p>su -c «<span class="quote">make install</span>»</p></li></ol></div>
</p><p>
Пояснения.
<div class="itemizedlist"><ul type="disc"><li><p>
configure.gnu это просто обёртка вокруг configure - это обычный shell-скрипт, который вызывает configure с установленным префиксом и отключённой поддержкой arts.
Вместо configure.gnu Вы можете спокойно использовать
<span xmlns:doc="http://nwalsh.com/xsl/documentation/1.0" class="command"><span><strong class="command">./configure --prefix="`kde-config --prefix`" --without-arts</strong></span></span>
</p></li></ul></div>
</p></div></div></div><div style="background-color: #white; color: black; margin-top: 20px; margin-left: 20px; margin-right: 20px;"><div style="position: absolute; left: 20px;"><a accesskey="p" href="license.html">Пред.</a></div><div style="position: absolute; right: 20px;"><a accesskey="n" href="install-binary.html">След.</a></div><div align="center"><a accesskey="h" href="index.html">Начало</a></div></div><div style="background-color: #white; color: black; margin-left: 20px; margin-right: 20px;"><div class="navLeft">Лицензия, авторские права и благодарности </div><div class="navRight"> Установка из бинарных пакетов</div><div class="navCenter"><a accesskey="u" href="index.html">Уровень выше</a></div></div><br><br><div class="bannerBottom" style="background-image: url(help:/common/bottom-middle.png); background-repeat: x-repeat; width: 100%; height: 100px; bottom:0px;"><div class="BannerBottomRight"><img src="help:/common/bottom-right.png" style="margin: 0px" alt=""></div><div class="bannerBottomLeft"><img src="help:/common/bottom-left.png" style="margin: 0px;" alt=""></div><div id="comments" style="position:relative; top: 5px; left: 1em; height:85px; width: 50%; color: #cfe1f6"><p>Would you like to make a comment or contribute an update to this page?<br>
Send feedback to the <a href="mailto:kde-docs@kdemail.net" style="background:transparent; color:#cfe1f6; text-decoration: underline;">KDE Docs Team</a></p></div></div></body></html>