Code Monkey home page Code Monkey logo

Comments (7)

alexdantas avatar alexdantas commented on May 16, 2024

I know it's kinda late (and I can't be that useful since I'm on Arch Linux), but let me give it a try.

There's a bunch of QT5 packages here, so I tried to make a list of similar dependencies merely by name.
Could you confirm it by installing them and trying to run cool-old-term? If it doesn't work we can work the rest of the packages out.

Arch Fedora
qt5-base qt5-qtbase
qt5-declarative qt5-qtdeclarative
qt5-quickcontrols qt5-qtquickcontrols
qt5-graphicaleffects qt5-qtgraphicaleffects

from cool-retro-term.

kiwistrongis avatar kiwistrongis commented on May 16, 2024

Thanks. I installed those. I also added qt5-qtbase-devel to get /usr/bin/qmake-qt5.
Then I was getting:

Project ERROR: Unknown module(s) in QT: quick qml

After some googling I found #5 which pointed me to install qt5-qtdeclarative-devel. After installing that too, the following all worked okay.

cd konsole-qml-plugin
qmake-qt5
make
make install
cd ..
./cool-old-term

I already had a number of qt libraries installed though, so I'm not sure that's all the dependencies.

from cool-retro-term.

alexdantas avatar alexdantas commented on May 16, 2024

Great!
So, as far as we know, the dependencies for Fedora are the following:

yum install qt5-qtbase qt5-qtbase-devel qt5-qtdeclarative qt5-qtdeclarative-devel qt5-qtquickcontrols qt5-qtgraphicaleffects

If someone find other dependencies then they can comment here or something.

Would you like to insert them on the README?
If not I could make a pull request.

from cool-retro-term.

kiwistrongis avatar kiwistrongis commented on May 16, 2024

sure, just gimme a sec.

from cool-retro-term.

kiwistrongis avatar kiwistrongis commented on May 16, 2024

is there a reason why you guys use the four blank spaces instead of the backticks in the readme?

from cool-retro-term.

alexdantas avatar alexdantas commented on May 16, 2024

Well, idk...
I just followed the style that was already there.

I guess it makes sense to use backticks when there's more than one line.

On July 31, 2014 3:31:55 PM GMT-03:00, kiwistrongis [email protected] wrote:

is there a reason why you guys use the four blank spaces instead of the
backticks in the readme?


Reply to this email directly or view it on GitHub:
#19 (comment)

Sent from my Android device with K-9 Mail. Please excuse my brevity.

from cool-retro-term.

kiwistrongis avatar kiwistrongis commented on May 16, 2024

very well. i'm closing this due to 24d8bf3.

from cool-retro-term.

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.