-
Notifications
You must be signed in to change notification settings - Fork 8
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
can't run autogen.sh on ubuntu 20.04 #12
Comments
Hi @pieper, it should work, I see:
I tried master as well and that worked too. Perhaps your system is missing parts of autotools? You'll need quite a few dev packages to be able to rebuild the configure system. |
Thanks for checking. I installed build-essential and autoconf. I'm not sure what else would be expected. |
You'll need libtool at least. Once this thing hits 1.0 there will be a tarball with a pre-built |
This isn't in my critical path, just reporting. I was able to build on a mac and do what I needed. Thanks for the help. |
Out of curiosity I installed libtool but there is still something missing.
|
Did you install |
Apparently it was already installed and I get the same error after trying to install it. |
@pieper you may want to take a look at the I needed quite a few dependencies to build the library and run the tests. The |
Thanks @hackermd, this set of installs fixed it.
After that there's a build error about stncpy that I can make a new issue for. |
Ah, found it, you need to install Here's a dockerfile that builds libdicom on ubuntu 20.04: https://github.com/jcupitt/docker-builds/tree/master/libdicom-ubuntu20.04 |
@jcupitt since you provide a link to this repository in your public repository, we may want to open this one up to the public, too. Any concerns? |
Sure, go ahead. My dockerfile doesn't mean this repo is public, of course. |
Alright! Repo is now public. I also uploaded the documentation to readthedocs. @pieper the documentation on build dependencies is included in the online documentation: https://libdicom.readthedocs.io/en/latest/installation.html#build-dependencies |
The text was updated successfully, but these errors were encountered: