To facilitate collaboration between users on different platforms, build_common.ps1 should seek to integrate the Linux workflow.
That is, it should become possible to do the following:
- Alice starts a new mod project using X2MBC and version controls it (X2MBC included)
- Bob, on another platform, clones Alice's mod project and is able to build without modifying the X2MBC in the repo.
For changes made in-place into the script, see X2 Linux VSCode Project Template on r/xcom2mods, or the same changes on my fork.
Probably requires some instructions in README.md to be updated as well, since .vscode/tasks.json is often version controlled as well.
To facilitate collaboration between users on different platforms,
build_common.ps1should seek to integrate the Linux workflow.That is, it should become possible to do the following:
For changes made in-place into the script, see X2 Linux VSCode Project Template on r/xcom2mods, or the same changes on my fork.
Probably requires some instructions in
README.mdto be updated as well, since.vscode/tasks.jsonis often version controlled as well.