mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support configure for generic linux. v5.0.145, v6.0.32 (#3445)
If your OS is not CentOS, Ubuntu, macOS, cygwin64, run of configure will fail with: ``` Your OS Linux is not supported. ``` For other linux systems, we should support an option: ``` ./configure --generic-linux=on ``` Please note that you might still fail for other issues while configuring or building. ------- Co-authored-by: chundonglinlin <chundonglinlin@163.com> Co-authored-by: ChenGH <chengh_math@126.com>
This commit is contained in:
parent
8fde0366fb
commit
b31940a15a
5 changed files with 21 additions and 5 deletions
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 144
|
||||
#define VERSION_REVISION 145
|
||||
|
||||
#endif
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 6
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 31
|
||||
#define VERSION_REVISION 32
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue