From 65ce26f57723eddcbf5357900d69c56f5ce03ca1 Mon Sep 17 00:00:00 2001 From: jroyan <jerome.royan@b-com.com> Date: Fri, 17 May 2024 22:46:32 +0200 Subject: [PATCH] Update readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5c77b9d..88a019f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ It also contains a sample using that library, it's a basic implementation allowi - CMake > 2.22 - conan V2 - npm +- openapi-generator-cli version 7.5.0 ## Install or update cmake To install the last version of Cmake, we recommend to follow the instruction detailed on the following link (Using APT Repositories): https://askubuntu.com/questions/355565/how-do-i-install-the-latest-version-of-cmake-from-the-command-line @@ -55,6 +56,16 @@ To setup your conan profile, run: Conan is installed on your machine, you are ready to generate the cpp code for RestBed server. +## Instal openapi-generator-cli + +First, install openapi-generator-cli with npm: + + npm install @openapitools/openapi-generator-cli -g + +Then, set its version to 7.5.0: + + openapi-generator-cli version-manager set 7.5.0 + ## Code Generation To generate the code and the DLLs use the following commands: -- GitLab