Git Product home page Git Product logo

Comments (6)

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

Well there aren't any instruction on how to install it, as this is very distribution dependent, and should therefore be handled by the package manager or be done manually.
The build instructions however should work flawlessly if you installed all needed dependencies and followed them correctly. If you need help with it, post the error output.
If the build succeeded you can copy over the executable to any folder in your path to have it available globally (for example /usr/local/bin/). Writing a package script, if not done by anybody else, would be the best way of course.
As a reference you can look at the AUR PKGBUILD script here.

from fastfetch.

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

Any updates on this?

from fastfetch.

 avatar commented on May 27, 2024

Yeah all of the dependencies have to be built from source. It's a very convoluted method and I feel like adding an installation script would be much more better.

from fastfetch.

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

My guess is using ubuntu (or a ubuntu based) distribution, since the required library headers are not bundled with the package providing the library. Ubuntu provides a different package including those, very often packagename-dev or packagename-devel. For example for libpci you need to install libpci-dev which depends on libpci and provides /usr/include/pci/pci.h. Same applies for the other dependencies.

As you see, the names. amount, etc of required packages differ a lot between distributions. That is why is hard to provide an universal build / install script. Again, writing an apt package and add it to the ubuntu repos (or whatever you use) would be the best way.

from fastfetch.

LinusDierheimer avatar LinusDierheimer commented on May 27, 2024

Can this be closed?

from fastfetch.

 avatar commented on May 27, 2024

Yeah, there are some alternative "package managers" like pacstall which make it easier to install on Ubuntu.

from fastfetch.

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.