mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
25 lines
559 B
Markdown
25 lines
559 B
Markdown
|
|
* You can use the built package.
|
|
|
|
$ sudo apt install default-jdk maven cmake uncrustify
|
|
$ npm install @openapitools/openapi-generator-cli -g
|
|
|
|
|
|
|
|
* Open5GS uses the source code instead of packages.
|
|
|
|
- VERSION: 4.3.1-SNAPSHOT
|
|
$ git clone https://github.com/OpenAPITools/openapi-generator.git
|
|
$ cd openapi-generator
|
|
$ git checkoutt 15d58dc89b11d17f52c2daadfae9736e442f3b1a
|
|
$ mvn clean package
|
|
|
|
- VERSION: 0.69.1
|
|
$ git clone https://github.com/uncrustify/uncrustify.git
|
|
$ cd uncrustify
|
|
$ git tag uncrustify-0.69.1
|
|
$ mkdir build
|
|
$ cd build
|
|
$ cmake ..
|
|
$ make -j 8
|
|
|