[Pcsclite-git-commit] [website] 01/02: ccid.html: document build from source code

Ludovic Rousseau rousseau at moszumanska.debian.org
Mon May 4 16:08:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

rousseau pushed a commit to branch master
in repository website.

commit 79d668951d0488e8976182c3ac93b9bc62110195
Author: Ludovic Rousseau <ludovic.rousseau at free.fr>
Date:   Mon May 4 18:02:13 2015 +0200

    ccid.html: document build from source code
    
    Add the few command lines needed to rebuild from the .tar.gz.
    The use of git and autotools is not for every body.
---
 ccid.html | 18 +++++++++++++++---
 1 file changed, 15 insertions(+), 3 deletions(-)

diff --git a/ccid.html b/ccid.html
index 2975db6..e16c4e8 100644
--- a/ccid.html
+++ b/ccid.html
@@ -41,11 +41,23 @@
   <h2 id="download">Source download</h2>
 
   <p>The latest version is available at <a href=
-	  "https://alioth.debian.org/frs/?group_id=30105">ccid</a>.
-  The latest README is at <a href=
+	  "https://alioth.debian.org/frs/?group_id=30105">ccid</a>. I
+  provide <code>.tar.gz</code> archives ready to be built using:</p>
+
+<pre>
+tar xzvf ccid-*.tar.bz2
+cd ccid-*
+./configure
+make
+make install
+</pre>
+
+  <p>The latest README is at <a href=
   "https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pcsclite/CCID.git;a=blob;f=README;hb=HEAD">README</a>.</p>
 
-  <p>You can also access the <a
+  <h3>Work in progress version</h3>
+
+  <p>If you are a C-language developper (or you know what you are doing), you can also access the <a
 	  href="https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=pcsclite/CCID.git;a=summary">git
 	  developement version</a> (or the old <a
 	  href="https://anonscm.debian.org/viewvc/pcsclite/trunk/Drivers/ccid/">SVN version</a>). You may need to use the <a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pcsclite/website.git



More information about the Pcsclite-cvs-commit mailing list