-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile guide? #213
Comments
Have you tried running "automake --add-missing" and possibly autoreconf before "./configure" ? |
Is autoremake another program I need to download? |
Sorry I typo'd, it's automake and autoreconf. Part of GNU autotools |
If it helps, this is what I've managed to put together to build xdelta on Centos 6, which isn't using most of the stuff that xdelta3 requires (for some reason, not sure why xdelta which simply handles bytes needs the latest of anything, but there you go). Depending on your problems, some or more of these steps may not be needed. However, it does give a pretty good idea of the steps needed where almost nothing is of the version needed, and nothing works. This uses the sources from the gnu website. If you get errors about Makefile.in mission, install libtool
|
These instructions didn't work for me. I had to set up my own set of m4, autoconf, automake and libtool; and then run
The call to |
Thanks so much @watercrossing. After numerous failed attempt that worked for me on Ubuntu 16.04. |
Actually, turns out |
@mdhari Did you compile successfully under Mac?What is the compile step? |
Nah, I don't think so. I think I tried an older compiled version on the net.
…On Tue, Jun 20, 2017 at 11:47 PM 迦南 ***@***.***> wrote:
@mdhari <https://github.com/mdhari> Did you compile successfully under
Mac?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#213 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAxeGZMATIkuViai5Z5f4OJmjaDdH0OUks5sGLyUgaJpZM4IRKLS>
.
|
@mdhari Can you share it?Many thanks |
It looks like it's on homebrew
http://brewformulas.org/xdelta
Try brew install xdelta
…On Wed, Jun 21, 2017 at 12:42 AM 迦南 ***@***.***> wrote:
@mdhari <https://github.com/mdhari> Can you share it?Many thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#213 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAxeGeDVQ7FYab9vMP8x2sRAa0C80X_Jks5sGMlwgaJpZM4IRKLS>
.
|
Here is how to build it - #235 (comment) |
Sorry if I haven't looked hard enough. I'm trying to figure out how to compile this on my Mac OSX with El Capitan. Usually I'm able to run these commands:
./configure
make install
But it's failing on the first command:
./configure.ac
./configure.ac: line 1: syntax error near unexpected token '[Xdelta3],'
./configure.ac: line 1: 'AC_INIT([Xdelta3], [3.1.0], [[email protected]], '
Are there any helpful links that you could point me to for compiling this?
The text was updated successfully, but these errors were encountered: