mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Added a note that I'm not going to do Python bindings for now.
This commit is contained in:
2
README
2
README
@@ -45,8 +45,6 @@ generated files, and also to build the OCaml bindings
|
||||
|
||||
- (Optional) Perl if you want to build the perl bindings
|
||||
|
||||
- (Optional) Python if you want to build the python bindings
|
||||
|
||||
Running ./configure will check you have all the requirements installed
|
||||
on your machine.
|
||||
|
||||
|
||||
@@ -14,3 +14,9 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
EXTRA_DIST = README-python-bindings
|
||||
|
||||
if HAVE_PYTHON
|
||||
|
||||
endif
|
||||
7
python/README-python-bindings
Normal file
7
python/README-python-bindings
Normal file
@@ -0,0 +1,7 @@
|
||||
There are no Python bindings right now.
|
||||
|
||||
Know Python? Why not contribute some!
|
||||
|
||||
You will need to autogenerate them by adding the appropriate code
|
||||
snippets to src/generator.ml. For inspiration, I suggest looking at
|
||||
how the OCaml and Perl bindings were done.
|
||||
Reference in New Issue
Block a user