GithubHelp home page GithubHelp logo

Comments (4)

dac1976 avatar dac1976 commented on May 24, 2024 2

Thanks for the comments. You have multiple options to link to the third party libraries if using Qt. One is to use my included example makespecs for Qt and adjust these to match the locations of the libraries on your PC. Then copy these makespecs into Qt's makespecs folder then restart Qt. Then you can add these makespecs to your Qt project with the CONFIG += option. Or you can directly link to the libraries in your Qt project using LIBS += and INCLUDES += and so on. I would say before jumping in with both feet make sure you are familiar with how to set these sorts of things in Qt. As for using boost and pure C++1x code for things like CoreLibrary...the reason is that code is cross-platform, cross-compiler code. I have slightly modified versions of this code in use commercially in Windows software built in Visual Studio, Embarcadero C++ Builder, MinGW, Clang and Qt. I also have it running in desktop Linux on Ubuntu and Manjaro built with GCC and clang and also on ARM based devices running Debian built with gcc. For this reason and as the code doesn't take long to build I provide it as is and people can build it for their needs as they see fit, as long as they comply with the license terms. Sadly I have very little spare time to build and maintain binary packages, as it were, targeting different user environments and operating systems.

from ip-freely.

dac1976 avatar dac1976 commented on May 24, 2024 1

The wiki I refer to is on my CoreLibrary project, realised I hadn't been clear about that.

from ip-freely.

dac1976 avatar dac1976 commented on May 24, 2024

Also I have some info on the wiki part of this repo about building with Qt and where to put makespecs.

from ip-freely.

jackhistoria avatar jackhistoria commented on May 24, 2024

@dac1976 Chellange accepted - thanks for your detailed answers, I really appreciate it.

Will take some time on my side but will be worth it. Working through Nicholas Sherriff (Nick) - Learn Qt 5_ Build modern, responsive cross-platform desktop applications with Qt, C++, and QML-Packt Publishing (2018) right now and the project file / make-specs side is already looking familiar. Just a matter of time ill guess and I got it and will report back and do what I promised.
Also thanks for the hint on your core lib wiki.
On my research I found the VLC-player lib (LibVLC) that might make this project even more extensive, but one step at a time.
Pretty excited rn. Stay healthy

from ip-freely.

Related Issues (2)

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.