| | 4 | |
| | 5 | == Why to compile from source == |
| | 6 | |
| | 7 | Binary packages are usually provided by third party packagers for many platforms, but in some cases they are not an option for several reasons: |
| | 8 | * the binary packages is outdated or contains critical bugs or is missing required features which are available in the later version of the software |
| | 9 | * you need to customize the build, for example to support a particular installation layout, to get platform-specific optimizations or to link against particular libraries which are not supported in the binary package |
| | 10 | * you want to customize the software by editing the source code |
| | 11 | |
| | 12 | In all these cases building a package from source looks like the best solution. |