Coder Social home page Coder Social logo

Comments (6)

MysticRyuujin avatar MysticRyuujin commented on July 29, 2024

@joshbgosh10592 - Check out Install Guide Dependencies

If you look at that guide it lists all of the required dependencies for Debian. It literally says:

"Debian / Ubuntu package"

I'm like 90% sure that the packages listed are for Debian, because to get it to work on Ubuntu I had to rename a few of the packages listed...

So what I would do is copy and run this line from my script:

apt-get -y install build-essential libcairo2-dev libjpeg-turbo8-dev libpng12-dev libossp-uuid-dev libavcodec-dev libavutil-dev libswscale-dev libfreerdp-dev libpango1.0-dev libssh2-1-dev libtelnet-dev libvncserver-dev libpulse-dev libssl-dev libvorbis-dev libwebp-dev mysql-server mysql-client mysql-common mysql-utilities tomcat8 freerdp ghostscript jq wget curl

When you do that, it will no doubt error out and when it errors out it will say that it couldn't find "package-name" then all you have to do is figure out what the package is called on Debian, it's probably the original name listed on the link I just provided :)

from guac-install.

MysticRyuujin avatar MysticRyuujin commented on July 29, 2024

Also, if you tell me what packages that you replace to get it to work I can probably modify the script to work for either OS

from guac-install.

joshbgosh10592 avatar joshbgosh10592 commented on July 29, 2024

Hey there!
One of the packages that throws an error is lib-jpeg-turbo. The script calls for 'libjpeg-turbo8-dev'. The dependencies calls for libjpeg62-turbo-dev, so I'm not sure if maybe that would make it universal for both Ubuntu and Debian?
I ran just the dependencies install (with the substitution) and they succeeded. Then, I changed the 'libjpeg-turbo8-dev' to 'libjpeg62-turbo-dev' in the script and ran it.
Install succeeded.

from guac-install.

MysticRyuujin avatar MysticRyuujin commented on July 29, 2024

from guac-install.

joshbgosh10592 avatar joshbgosh10592 commented on July 29, 2024

Yup! That's the only change needed. It looks like if you just change libjpeg-turbo8-dev to libjpeg62-turbo-dev, it should be compatible with both.
Also, thank you very much for building this script. Guac is awesome, but such a pain in the rear to get up and running...

from guac-install.

MysticRyuujin avatar MysticRyuujin commented on July 29, 2024

Fixed

from guac-install.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.