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

Update Ubuntu steps #98

Merged
merged 1 commit into from
Mar 21, 2019
Merged

Update Ubuntu steps #98

merged 1 commit into from
Mar 21, 2019

Conversation

jmerriweather
Copy link
Contributor

  • Change libpng3 to libpng-dev
  • Add one liner

- Change libpng3 to libpng-dev
- Add one liner
@Stratus3D
Copy link
Member

Is there a specific version of Ubuntu that needs libpng-dev instead of libpng3? It's been a while, but I'm pretty sure the instructions in the README worked for me on Ubuntu (forget which version).

@skanderm
Copy link

Is there a specific version of Ubuntu that needs libpng-dev instead of libpng3? It's been a while, but I'm pretty sure the instructions in the README worked for me on Ubuntu (forget which version).

I needed libpng-dev for Ubuntu 18.04.2 LTS and libpng3 for Ubuntu 16.04.4 LTS.

@jmerriweather
Copy link
Contributor Author

libpng-dev redirects to libpng12-dev on 16.04 and 14.04: https://packages.ubuntu.com/search?keywords=libpng-dev

I get the following when running on the one liner on Ubuntu 16.04:

> sudo apt-get -y install build-essential autoconf m4 libncurses5-dev libwxgtk3.0-dev libgl1-mesa-dev libglu1-mesa-dev libpng-dev libssh-dev unixodbc-dev xsltproc
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'libpng12-dev' instead of 'libpng-dev'
E: Unable to locate package libwxgtk3.0-dev
E: Couldn't find any package by glob 'libwxgtk3.0-dev'
E: Couldn't find any package by regex 'libwxgtk3.0-dev'

@Stratus3D
Copy link
Member

Is there another package we should be using instead of libwxgtk3.0-dev?

@jmerriweather
Copy link
Contributor Author

libwxgtk3.0-dev actually works, I had forgotten to do an apt update

@Stratus3D
Copy link
Member

Ok, looks good to me then. Thanks for the PR @jmerriweather !

@Stratus3D Stratus3D merged commit 3934206 into asdf-vm:master Mar 21, 2019
@jmerriweather
Copy link
Contributor Author

Glad i could contribute 😃

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

Successfully merging this pull request may close these issues.

3 participants