Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rpm-software-management/createrepo_c.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Mlcoch <tmlcoch@redhat.com>2016-01-05 17:31:17 +0300
committerTomas Mlcoch <tmlcoch@redhat.com>2016-01-05 17:31:17 +0300
commit8397204584cebdf480e6f3fd27c5870626b764b7 (patch)
tree85d9cc142bd4f39312ab026a66d68d9317fa4a61
parenta87db9edd2ba13ed9dfcb5d196b87663e7a8c8e3 (diff)
Add note about building for Python 3gh-pages
-rw-r--r--index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html
index f610eb0..816761a 100644
--- a/index.html
+++ b/index.html
@@ -126,6 +126,14 @@ where the path is path to your build of drpm library.</p>
</code></pre>
<h2>
+<a id="building-for-a-different-python-version" class="anchor" href="#build-tarball" aria-hidden="true"><span class="octicon octicon-link"></span></a>Building for a different Python version</h2>
+
+<p>By default, cmake should set up things to build for Python 2, but you can do a build for Python 3 like this:</p>
+
+<pre><code>cmake -DPYTHON_DESIRED=3 .
+</code></pre>
+
+<h2>
<a id="build-tarball" class="anchor" href="#build-tarball" aria-hidden="true"><span class="octicon octicon-link"></span></a>Build tarball</h2>
<pre><code>utils/make_tarball.sh [git revision]