ECToo / xdelta

Automatically exported from code.google.com/p/xdelta
0 stars 0 forks source link

Makefile patch to build shared lib #137

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Here is a _very simple_ Makefile target patch to build a shared lib.

Target name is xdelta3-lib

Original issue reported on code.google.com by bryan.ch...@gmail.com on 4 May 2012 at 7:46

Attachments:

GoogleCodeExporter commented 9 years ago
I've jumped into the automake / autoconf / libtool boat and 3.0.1 and later 
have a _xdelta.la library used for a python extension.  I suppose it's exactly 
what you want, except for the name.  Would renaming it xdelta-lib work?

Original comment by josh.mac...@gmail.com on 18 Jun 2012 at 12:17

GoogleCodeExporter commented 9 years ago
I later figured out how to build the shared lib but it required some extra deps 
that I didn't have (and really didn't want to install... namely python-devel 
and swig).  The reason I patched the Makefile was so that I could just do 
something quick and easy like:

'make xdelta3-lib install'

Does that make sense?

Original comment by bryan.ch...@gmail.com on 18 Jun 2012 at 3:01