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

Specify dependencies more fully #27

Open
pjvandehaar opened this issue Mar 24, 2017 · 1 comment
Open

Specify dependencies more fully #27

pjvandehaar opened this issue Mar 24, 2017 · 1 comment
Assignees

Comments

@pjvandehaar
Copy link
Contributor

pjvandehaar commented Mar 24, 2017

When installing on a fresh Ubuntu 16.10 server, I had to do sudo apt-get install make cmake java-common default-jre libssl1.0.0 g++ libz-dev libncurses5-dev.

scripts/check_requirements.sh:

  • informed me about make java-common default-jre
  • suggested libssl0.9.8 which is no longer available (and libssl1.0.0 passes the tests anyways)
  • complained about missing /usr/local/gotcloud/test/umake even though I have ./gotcloud/test/umake
  • missed cmake g++ libz-dev libncurses5-dev
@pjvandehaar
Copy link
Contributor Author

TODO:

  • add cmake g++ libz-dev libncurses5-dev to check_requirements.sh
  • allow any ssl ≥0.9.8 (and deal with fallout later)
  • check for either of ../test/ or /usr/local/gotcloud/test.

@pjvandehaar pjvandehaar self-assigned this Apr 8, 2017
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

1 participant