Generating TouchGFX code via the CLI on Linux
I have a TouchGFX Designer project that I setup in a Windows environment. In my .gitignore, I excluded the TouchGFX/generated folder so that all files can be generated fresh when the project is built on a new system.
I would like to be able to build the project in a Linux environment. However, since TouchGFX designer is not supported on Linux, I was hoping that I could run a make command to generate them without the Designer application. The only thing I could find was a command to invoke the tgfx.exe file provided with the designer.
Is it possible to build the generated code from TouchGFX designer in a Linux environment?
**EDIT**
I have created a Docker container that is running Linux, I have installed WineHQ in it to run the tgfx.exe file. Unfortunately, the container is having issue with running the GUI, is there a way to execute the tgfx.exe functions without invoking a GUI/window?
