• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.zxid-pyH A D29-Feb-2016360 1913

README.zxid-py

1README.zxid-py
2$Id: README.zxid-py,v 1.1 2008-05-13 15:09:42 sampo Exp $
3
4This is the Python module for using libzxid. This module is
5tightly integrated into the main ZXID project and distribution.
6
7Please see for further information
8
9  zxid.org
10  zxid/README.zxid
11
12Install
13
14  cd zxid-X.Y
15  make dep
16  make              # creates libzxid
17  make pyzxid
18
19--Sampo