Building your application with Stroika
Stroika doesn't depend on docker. But - it depends on lots of build tools (e.g. make, c compilers etc); containers provide a very convenient way to package those dependencies. You can install those dependencies yourself on your platform, and just use the Dockerfile as a recipe to see what you need. Or you can just install docker, and run under it to quick start.
Stroika provides several container images to choose from, depending on your goals, and build platform.
and in the container - get stroika:
Next create your app:
Now you have a folder ready to commit to git, or build:
now build and run the app
Next to try - is same as above - but with –template HTMLUI This creates a much more complex, and useful application (webservices in C++, HTML UI, talking to those webservices, installers etc)
But it also requires NodeJS, and quasar. So either install these yourself, or choose a container that already has them installed
Abbreviated instructions based on the Simple example: