mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Fix #556
This commit is contained in:
parent
0216bb9bd3
commit
066cf21f12
@ -18,6 +18,9 @@
|
|||||||
<div py:if="not distro.is_generic">
|
<div py:if="not distro.is_generic">
|
||||||
First verify that you have a sufficiently new installation of python
|
First verify that you have a sufficiently new installation of python
|
||||||
<pre class="wiki">python --version</pre> should return at least 2.5.1<br />
|
<pre class="wiki">python --version</pre> should return at least 2.5.1<br />
|
||||||
|
<p py:if="distro.os == 'gentoo'">
|
||||||
|
Make sure your python is compiled with the sqlite USE flag.
|
||||||
|
</p>
|
||||||
<br />
|
<br />
|
||||||
Run the following commands in a terminal <span py:if="distro.as_root">as root</span>
|
Run the following commands in a terminal <span py:if="distro.as_root">as root</span>
|
||||||
<pre class="wiki">${distro.command}</pre>
|
<pre class="wiki">${distro.command}</pre>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user