Code Monkey home page Code Monkey logo

Comments (2)

ironsmile avatar ironsmile commented on July 30, 2024

Well, basically you need Go, taglib and libicu as explained in the README. Maybe upx too if you want to produce a compressed build like the ones in the release page. From these only taglib is strictly required since you could build the sqlite lib without ICU support which will make it a bit awkward with non-ascii media tags. But everything else will work.

For Go you should consult their download page. Euterpe requires v1.16 or later.

And the rest for a Debian based Linux distributions it is as easy as running to following:

apt-get install upx-ucl libicu-dev libtagc0-dev pkg-config

For macOS I use brew to get the dependencies:

brew install libtag upx pkg-config icu4c

And that's it. You're good to go. If you are having trouble you could consult the Euterpe's GitHub action for building a release binary or the Dockerfile. Both of them show reproducible setting up of a full dev environment for building Euterpe.

from euterpe.

ironsmile avatar ironsmile commented on July 30, 2024

I will assume the above answer was enough and close the issue. I might add all of this to the website docs too.

from euterpe.

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.