mirror of
https://github.com/open5gs/open5gs.git
synced 2025-11-07 15:33:13 +00:00
12 lines
294 B
Markdown
12 lines
294 B
Markdown
|
|
* Install JDK, maven, cmake and uncrustify
|
|
$ sudo apt install default-jdk maven cmake uncrustify
|
|
|
|
* Using Source Code
|
|
$ git clone https://github.com/OpenAPITools/openapi-generator.git
|
|
$ cd openapi-generator
|
|
$ mvn clean package
|
|
|
|
* Using NPM
|
|
$ npm install @openapitools/openapi-generator-cli -g
|