openitu / STL

The ITU-T Software Tool Library (G.191)
https://www.itu.int/rec/T-REC-G.191/en
Other
82 stars 26 forks source link

Repository: Create STL2019 release #127

Closed ludomal closed 1 year ago

ludomal commented 5 years ago

A package should be created and published. The package should contain:

dennisguse commented 5 years ago

Crafting a release on Github is simple:

  1. Select the branch (master) and thus the commit,
  2. Prepare a ZIP file containing the code and the binaries,
  3. Provide a proper description.

More details can be found here. https://help.github.com/articles/creating-releases/

In addition, we need to update the MANUAL.PDF within in the repository.

I can provide binaries for Linux (compiled on Debian, 64bit only) and Windows 10. However, I don't have access to MacOS.

dennisguse commented 5 years ago

Two more minor issues.

Changelogs In the code, there are some changelogs that are not up to date. For example: https://github.com/openitu/STL/blob/dev/src/basop/README.md

Should we leave them as they are, remove them, or do we need to update these?

Version code Almost all programs provide version information such as https://github.com/openitu/STL/blob/dev/src/g711/g711demo.c#L182

Should we leave them as they are, remove them, or do we need to update these?

ludomal commented 4 years ago

@dennisguse, I think we are ready to proceed, once removed MANUAL.pdf.
Shall we generate the release? I can generate the MacOS version.

ludomal commented 1 year ago

Closing this issue as STL2019 release was generated. Other topics within this thread may be discussed in a separate thread.