Giter VIP home page Giter VIP logo

Comments (5)

soulteary avatar soulteary commented on August 18, 2024 7

If there are more people interested, I will consider improving the x86 and m1 versions of the docker image, which can make things simpler and only need to tolerate some performance losses.

from gource.

tbonza avatar tbonza commented on August 18, 2024 3

@soulteary , tried the steps with OS Montery, M1, and got the following error message during configuration. Please let me know if anything comes to mind

...
checking whether the Boost::System library is available... yes
checking whether the Boost::Filesystem library is available... yes
configure: error: Could not link against -lGL !

from gource.

L3o-pold avatar L3o-pold commented on August 18, 2024 1

@acaudwell I can confirm it's fixed on master.

from gource.

Yoann-Abbes avatar Yoann-Abbes commented on August 18, 2024

@tbonza @soulteary
I had the same issue

I solved it with the following steps.

sudo port install libGLU

⚠️ If you don't have port, install it -> https://www.macports.org/install.php
And verify that you export PATH correctly in your terminal profile file (.bashrc or .zshrc or else)

export PATH="/opt/local/bin:/opt/local/sbin:$PATH"

And if ever, additionally, for other issues I had I installed those ones

sudo port install freetype
sudo port install giflib
sudo port install tiff
sudo port install jpeg
sudo port install libpng
sudo port install boost
sudo port install glew
sudo port install glm
sudo port install libsdl2
sudo port install libsdl2_image
sudo port install ffmpeg

Be patient for ffmpeg ;)

Then in the configure file, I searched for include <GL/gl.h> and replaced by include <OpenGL/gl.h> (Thanks Apple -_-)

Finally, just type

./configure
make
sudo make install

Enjoy

Edit: I've done it with Gource 0.53 on a Macbook Pro with chip M1 Pro and OS with Ventura 13.0.1

from gource.

acaudwell avatar acaudwell commented on August 18, 2024

I think finding GL should now be fixed on master since we recently updated the autoconf GL macros (#297), would be good if someone can check

from gource.

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.