Hello,
This last month I developed a GUI for the ffmpeg2theora command line program. It is overall working, but installation is a little bit more complicated than it should be. I have the issue that the UI file and the desktop file have to be copied with the cp command by the user.
The installation instruction and the program is here: https://github.com/wolfpirker/theodo...master/INSTALL
How can I make it that only configure, make and make install is required for installation (apart from also installing dependencies)?
I guess I have to edit the Makefile.am. Maybe anyone has a good guide or perhaps it is quite easy and I just don't know it.
In case anyone has random comments on the code or on the program in general, I appreciate that as well :) I'm not an experienced programmer just a computer engineering student.
This last month I developed a GUI for the ffmpeg2theora command line program. It is overall working, but installation is a little bit more complicated than it should be. I have the issue that the UI file and the desktop file have to be copied with the cp command by the user.
The installation instruction and the program is here: https://github.com/wolfpirker/theodo...master/INSTALL
How can I make it that only configure, make and make install is required for installation (apart from also installing dependencies)?
I guess I have to edit the Makefile.am. Maybe anyone has a good guide or perhaps it is quite easy and I just don't know it.
In case anyone has random comments on the code or on the program in general, I appreciate that as well :) I'm not an experienced programmer just a computer engineering student.