Hi @ScriptLineStudios, I just looked at the installation/compilation steps in the README.md file and it seems that it still uses the old system (when we used Makefile), but now it seems that you have moved the compilations to CMake.
P.S. The current system using the builder.c file to generate the web's files is strange. There seem to be "better" ways to do that (for example, using scripting languages to do that task)...
Hi @ScriptLineStudios, I just looked at the installation/compilation steps in the README.md file and it seems that it still uses the old system (when we used
Makefile), but now it seems that you have moved the compilations toCMake.CMake.Makefile(or another way).P.S. The current system using the
builder.cfile to generate the web's files is strange. There seem to be "better" ways to do that (for example, using scripting languages to do that task)...