ScriptLineStudios / waphics.c

A web browser video game library for C.
https://waphicsc.readthedocs.io/en/latest/index.html
MIT License
3 stars 1 forks source link

Invalid Installation/Compilations Steps #6

Open sDos280 opened 1 year ago

sDos280 commented 1 year ago

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)...

sDos280 commented 1 year ago

Please review the sec/builder.py file in py fork.