Open nmaster2042 opened 2 years ago
You're missing the fdk-aac dev package.
sudo apt install libfdk-aac-dev
Thanks, I now the lib but I missing other ones:
/usr/bin/ld : ne peut pas trouver /usr/lib/x86_64-linux-gnu/libQt5OpenGL.so : Aucun fichier ou dossier de ce type /usr/bin/ld : ne peut pas trouver /usr/lib/x86_64-linux-gnu/libQt5Gui.so : Aucun fichier ou dossier de ce type /usr/bin/ld : ne peut pas trouver /usr/lib/x86_64-linux-gnu/libQt5Core.so : Aucun fichier ou dossier de ce type collect2: error: ld returned 1 exit status make: *** [Makefile:853 : dream] Erreur 1
Tried install:
sudo apt install libqt5opengl5-dev
but was already installed.
and no more success.
You didn't specify to build with Qt5. Run with this:
qmake -qt=qt5 CONFIG+=console
Doing this I get a console only dream. I don't have GUI
I get issue building this version of dream under kubuntu 21.10.
First, qt5-defaults isn't avaliable any more. It has to be replaced by qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
Now, in dream folder: $ qmake
It seem ok, then $ make
I get a fatal error:
Any advise for this ?