GithubHelp home page GithubHelp logo

Comments (5)

robert7 avatar robert7 commented on June 30, 2024

Don't understand what you mean.. :)

The build helper script development/build-with-qmake.sh already has 2 parameter: QT_DIR (param1) and BUILD_TYPE (param2).
So you already can pass in where qmake is..

from nixnote2.

robert7 avatar robert7 commented on June 30, 2024

But you are free to adjust the build script.. this is not really essential to the project.

from nixnote2.

timoc avatar timoc commented on June 30, 2024

the build script fails because even with QT_DIR set to usr, fedora uses the /usr/bin/qmake-qt5 and /usr/bin/qmake-qt4 to allow you to explicitly choose your qt qmake.

from nixnote2.

robert7 avatar robert7 commented on June 30, 2024

Then I suggest make a copy of the "build-with-qmake.sh" script, you can name it "build-with-qmake-fedora.sh" and adjust it. Should be trivial. As the script is just some supplementary helper. Or if you can make a version which can work on both (should be also easy), then improve it and post pull request.

You can also easily build without the build script. Its just a convenience helper. Just run the correct qmake and them make.

from nixnote2.

robert7 avatar robert7 commented on June 30, 2024

I updated the README in "development" in a way that those are just "convenience shortcuts"..

I also improved the docker build. So currently should should be able to do the build with one command from ~"any" distribution by just executing the one script (./development/build-with-docker-xenial.sh).
Not yet merged in master, but will come with "v2.1 beta-3". This should also work on your Fedora :)

from nixnote2.

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.