Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Compile on Ubuntu #17

Closed
ansdma opened this issue Jun 15, 2012 · 5 comments
Closed

Compile on Ubuntu #17

ansdma opened this issue Jun 15, 2012 · 5 comments

Comments

@ansdma
Copy link

ansdma commented Jun 15, 2012

Hi.
Has anyone toyed to compile on Ubuntu? When running ./configure I get configure: error: cannot find install-sh or install.sh in "." "./.." "./../.."

Best

@kstrempel
Copy link

I have the same problem!! :-(

@ansdma
Copy link
Author

ansdma commented Jun 18, 2012

Seems things are working with me now. I'm not really sure what fixed it but it seems like there are missing libraries so try first sudo apt-get install automake then

autoreconf -vi
./configure --prefix=/usr/local #or --prefix=/usr
make
sudo make install

@kstrempel
Copy link

Perfect.. Works. The autoreconf creates the missing install-sh script.

Thank you..

@ansdma
Copy link
Author

ansdma commented Jun 18, 2012

Brilliant :)

@ansdma ansdma closed this as completed Jun 18, 2012
@fernandopso
Copy link

I tried this but does not work in version 11.10 of ubuntu. Suggestion?

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

No branches or pull requests

3 participants