You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current build process for contributors and automated unit tests uses bash scripts for Linux and Mac, and batch files for Windows. This is not ideal because
I have to maintain them separately.
The Windows version leaves out some stuff like complete demo testing.
It would be much better to replace the bash script with a Python program, and then adapt it to work across all 3 supported operating systems.
The text was updated successfully, but these errors were encountered:
The main complication will be building C/C++ programs in Windows: it is very different from in Linux/Mac. It may be possible to improve things by using cmake.
The current build process for contributors and automated unit tests uses bash scripts for Linux and Mac, and batch files for Windows. This is not ideal because
It would be much better to replace the bash script with a Python program, and then adapt it to work across all 3 supported operating systems.
The text was updated successfully, but these errors were encountered: