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
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.
Remake the compilation documentation in the README.md file to work with CMake.
(Optional, but I am willing to take it upon myself) Add a compilation system that uses Makefile (or another way).
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)...
The text was updated successfully, but these errors were encountered:
sDos280
added a commit
to sDos280/waphics.c
that referenced
this issue
May 11, 2023
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.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)...The text was updated successfully, but these errors were encountered: