Open jasonrohrer opened 5 months ago
Hi Jason, This is good news.
From: "Jason Rohrer" @.> To: "erak/glmixer" @.> Cc: "Subscribed" @.***> Sent: Tuesday, May 14, 2024 11:12:15 PM Subject: [erak/glmixer] How to compile on Ubuntu 20.04 (Focal) (Issue #1)
I'm documenting what it took to compile.
First:
The source tree in Github doesn't seem to work correctly. The following folder is empty:
libv4l2cpp
But cloning with svn from SourceForge did seem to work. Actually, in the svn version, that folder doesn't exist. But in the github version, it seems to be looking to CMake into that folder as a sub-directory, and that fails.
Second:
The following dependencies were given:
sudo apt-get install subversion cmake-qt-gui ninja-build libqt4-opengl-dev libglew-dev libavformat-dev libhighgui-dev libavfilter-dev libv4l-dev xsltproc
However, I also had to install these: libx264-dev liblog4cpp5-dev libavdevice-dev libqtwebkit-dev
— Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread. Message ID: <erak/glmixer/issues/1 @ github . com>
I'm documenting what it took to compile.
First:
qt4 stuff doesn't seem to be in the repository anymore. I had to add a ppa like so:
Second:
The source tree in Github doesn't seem to work correctly. The following folder is empty:
libv4l2cpp
But cloning with svn from SourceForge did seem to work. Actually, in the svn version, that folder doesn't exist. But in the github version, it seems to be looking to CMake into that folder as a sub-directory, and that fails.
Third:
The following dependencies were given:
sudo apt-get install subversion cmake-qt-gui ninja-build libqt4-opengl-dev libglew-dev libavformat-dev libhighgui-dev libavfilter-dev libv4l-dev xsltproc
But libhighgui-dev no longer exists, and I had to install this instead:
I also had to install these:
So, my final steps to get this working were:
Then run from inside glmixer-build directory with:
And then it just started up, and it worked! I was able to load some images and video clips and cross-fade and loop them right away. What a cool piece of software!