Code Monkey home page Code Monkey logo

Comments (4)

ssallmen-pro avatar ssallmen-pro commented on August 16, 2024

I even tried to go further by installing the missing pandoc but that did not help either. And, I would more prefer the Debian package to avoid the time building takes since I would need to do that quite often as my project is related to running a GitHub Actions workflow, in which I would use jo only as one small part to replace my own bash script to update some JSON configuration files.

from jo.

gromgit avatar gromgit commented on August 16, 2024

Ubuntu doesn't seem to be up-to-speed with jo. Homebrew is, but I suspect you might not want to pull in Yet Another Package Manager to GitHub Actions, so you're best served building from source.

The error you're getting suggests you don't have pkg-config installed. Try apt install pkg-config, then autoreconf -i and ./configure again.

from jo.

ssallmen-pro avatar ssallmen-pro commented on August 16, 2024

Thanks @gromgit! I got it installed and working now in a plain Ubuntu docker container. I just have to try out what is the fastest and easiest way to get all things prepared to get jo since the GitHub Actions (company local) runner that I need to use for running my workflow, where I will then need jo, is a Docker container that is spin up from an image every time separately, and I can't add anything to the runner image itself. So, I will need to do all the installations for every workflow run in the workflow, and that has to be fast. If the runner image does not yet have all the needed stuff for building jo from source, I will probably need to discard that idea since the installation of all the dependencies for building from source will take way too much time from the run. Build itself is fast though.
Need to check also the possibility, and speed, of installing brew and using that to install jo. Thanks for the hint!

from jo.

gromgit avatar gromgit commented on August 16, 2024

Since you're playing in Docker-land, you might want to check out Homebrew's official Dockerfile, which is used by their own CI infrastructure for all Linux build stuff. You can probably substitute any user from your company's image in place of the linuxbrew user, but the /home/linuxbrew/.linuxbrew base directory is non-negotiable if you want to use pre-compiled Homebrew bottles instead of building from source.

from jo.

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.