Ingo wrote:Of course we can compile it ourselves, but why the hassle when there are packages available?
![Smile :)](./images/smilies/icon_smile.gif)
Well personally I wouldn't call it hassle. I find that once you get your head around compiling you start compiling all your favourite programs. Like I said if you use Linux there usually comes a point when if you want to use an application you have to compile it yourself.
Quite often I find new software is released, so new that you can't find it yet in any repository like apt, and you can only get it from the software makers web site. I'll check the site and find a Windows binary, maybe a Mac binary, and source code if you use Linux.
If it wasn't for the fact that you have to wait about 10 minutes whilst the binary is built (which personally I don't mind) I'd say that there's no difference on Linux with downloading a binary or compiling your own. The first time (learning and setting up the process) takes longer but call it a learning experience and if you're new to Linux it helps with understanding the operating system.
Check what I do for a new build. I don't download the source (trunk) folder every time. I use software (PySVN Workbench) to update the source. It probably takes longer to actually make the connection. In all about half a minute to update.
1.) Update trunk folder. (click 'update' in PySVN)
2.) Open a terminal in the trunk folder.
3.) Type configure.
4.) Type make to start the build process.
5.) Type sudo make install.
6.) Type scummvm and start playing.
Lastly. If you can compile a program successfully then you know that it will run on your system.