0 votes
by Jack Lucas (120 points)
I was looking into rebuilding vfx from scratch on Windows and Linux just to see the process but it seems there are some issues.

On Windows some of the folders the .bats want don't exist in the installer version.

On both there is no Source folder as I've seen mentioned in the docs and build scripts.

Is that folder only available in the commercial version or is the process to rebuild vfx changed?

Thanks.

1 Answer

0 votes
by Stephen Pelc (3.4k points)
It's a bit of a mess at the moment for historical reasons. The shipped files are from what we call the "Mission" edition, which is basically the complete repository. This has the Source directory/folder. Gerald is busy redoing all the scripts for our CI server cluster.

Until he has finished this, you'll have to hand edit the scripts. The ones that you really need are called RebuildXXX.bat/sh. They do the main cross-compile and second/third stage rebuilds.

Since most people only run one O/S we are not concentrating on the Mission scripts except for internal build use. My suggestion for the moment would be to make one file that configures directory macros for your configuration. If you do this, we will happily discuss your solution for incorporation.
...