103 | | Where possible and convenience, we no longer keep binaries of key dependencies and opt for a download-and-cache approach. Such dependencies include: |
| 103 | As mentioned above, agg is kept inside MgDev/Oem as it is source-referenced by the Renderers project on Windows. On Linux however, agg is compiled as a library and linked by Renderers. As a result, a prebuild.sh script is included in the MgDev root to build agg and Fusion for Linux. prebuild.sh accepts the same parameters as build_oem.sh. build_oem.sh will move to the new Oem location. It is expected that prebuild.sh is executed for the desired configuration/platform before the main configure script is run. |
| 104 | |
| 105 | Where possible and convenient, we no longer keep binaries of key dependencies and opt for a download-and-cache approach. Such dependencies include: |