Skip to content
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

Missing build/configure instructions #7

Open
dschulz opened this issue Jun 1, 2013 · 7 comments
Open

Missing build/configure instructions #7

dschulz opened this issue Jun 1, 2013 · 7 comments

Comments

@dschulz
Copy link

dschulz commented Jun 1, 2013

It's too complicated to build if you're not familiar with autotools. In fact, I'm still trying to build, after 2 hours of trial/error.

@kstrauser
Copy link
Owner

I just landed the first leg of a cross-country trip. I've read this but it'll be a few days before I can really reply. In the mean time, there should be lots of "using autotools" websites and IRC channels.

@dschulz
Copy link
Author

dschulz commented Jun 1, 2013

Thanks Kirk. I was able to build after a bit more experimenting. In short, I just needed to install some missing packages:

zypper install autoconf autoconf-archive automake autogen gettext-tools

and then run:

aclocal ; autoheader; automake --add-missing ; autoconf
./configure
make

and pgdbf was built successfully after that :-)

@kstrauser
Copy link
Owner

Hmm, it shouldn't have required even that. I'll take a look when I'm back online. Glad you got it working, though! :-)

@dschulz
Copy link
Author

dschulz commented Jun 1, 2013

Please bear in mind that I'm not familiar with autotools, I just needed pgdbf built no matter how ;-)
Thanks for your time and for such an useful tool!

@guama
Copy link

guama commented Oct 18, 2013

On Ubuntu I needed to install these to get it to work
apt-get install build-essential
apt-get install automake
apt-get install intltool

@kellen
Copy link

kellen commented Jun 4, 2014

On ubuntu:
apt-get install autotools-dev automake
git clone [email protected]:kstrauser/pgdbf.git
cd pgdbf
rm compile
ln -s /usr/share/automake-1.14/compile
./configure; make; sudo make install

@hrj
Copy link

hrj commented Jun 23, 2015

@kellen Thanks! That worked perfectly on Ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants