Conversation
…e apt package dependency list has also changed and this is reflected in the new Build and Install instructions in the readme.txt file.
Author
|
I should mention that I've been using this, in its patched state (with the changes in this PR), for about three months now with zero issues. |
Author
|
And I've been using it with a Gold sheep membership. Forgot to mention that detail. :) |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In modern Linux, GLEE has been replaced by GLEW. In addition to updating the source to reflect this change, it's essential to install the correct dependencies prior to building flam3 and electricsheep/client_generic. The correct dependencies for modern Debian/Ubuntu are:
sudo apt-get install make automake build-essential subversion autoconf libtool libgtk2.0-dev libgl1-mesa-dev libavcodec-dev libavformat-dev libswscale-dev liblua5.1-0-dev libcurl4-openssl-dev libxml2-dev libjpeg8-dev libgtop2-dev libboost-dev libboost-filesystem-dev libboost-thread-dev libtinyxml-dev freeglut3-dev libglew-dev libwxgtk3.2-dev
This PR has been tested on Ubuntu 24.04.3 LTS x64 with X11 and GNOME 46.