Package Managers and Custom Installs?
- by Miko
Is it possible to use custom installs in conjunction with the package manager?
For example, I would like to use apt-get to install EngineX because it will also install all the applicable dependencies.
However, I prefer to use version 0.8.34 which I then configure to include modules that EngineX does nt come with by default.
Is there some way for me to get the best of both worlds?