Code Monkey home page Code Monkey logo

Comments (3)

sagiadinos avatar sagiadinos commented on May 25, 2024

Hello skinkie,
linux.pro is fixed. Now it should include the build of zlib and quazip.

My suggestion is to use a shadow-build directory, for not polluting the src-dirs.
like:
mkdir shadow-build
cd shadow-build
qmake path_to/linux.pro
make -j8

-j8 will use 8 cores.
garlic-player binary will be in shadow-build/bin

P.S.: thx for correcting typos in readme

from garlic-player.

skinkie avatar skinkie commented on May 25, 2024

@sagiadinos I would expect that zlib is available on virtually any Linux system. So I do wonder why linking would fail. I'll send you an e-mail about a different topic.

from garlic-player.

sagiadinos avatar sagiadinos commented on May 25, 2024

@skinkie Yes under linux zlib is available easily. Unfortunately Windows makes it more complicated.
Qt uses zlib 1.2.11 undocumented and only internal in QtCore (qt5/qtbase/src/3rdparty/zlib) .
So I decided to include the zlib sources into garlic to get sure everyone has it.

from garlic-player.

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.