iWas-Coder / wge

A multithreaded, high performance, fully functional game engine written in pure C, similar in speed to a Wildebeestâ„¢.
https://iwas-coder.github.io/wge
GNU General Public License v3.0
1 stars 0 forks source link

Implement a plain archive packaging solution #18

Closed iWas-Coder closed 8 months ago

iWas-Coder commented 8 months ago

Describe the feature

A new dist target to the Makefile that packages the needed files to distribute to the public correctly. It needs to output a .tar.gz + .zip archive(s) which is portable and distributable to an end user.

Why should it be implemented? (optional)

To be able to release the first alpha version of the software, the program needs to be distributable without the need of building from source.

Do you think there is any alternative? (optional)

Yes, we need to also target other packaging solutions, both package-manager-specific and universal formats.

Additional context (optional)

N/A

Extra questions (optional)