You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -338,13 +338,15 @@ The build generates 2 flavors of the **Open OCPP** library depending on the need
338
338
339
339
```cmake --install [build_dir] --strip```
340
340
341
-
The makefile contains helper targets which can be called if the installation needs to be done in a non standard directory using the variable INSTALL_PREFIX :
341
+
The makefile contains helper targets which can be called if the installation needs to be done in a non standard directory using the variable *INSTALL_PREFIX* :
342
342
343
343
```make install-gcc-native INSTALL_PREFIX=/your/directory``` or ```make install-clang-native INSTALL_PREFIX=/your/directory```
344
344
345
-
If run without the INSTALL_PREFIX variable, it will install in the standard system directories.
345
+
If run without the *INSTALL_PREFIX* variable, it will install in the standard system directories.
346
346
347
-
**Note**: If INSTALL_PREFIX is used, it must also be defined when building the project with the makefile helper targets.
347
+
**Note**: If *INSTALL_PREFIX* is used, it must also be defined when building the project with the makefile helper targets.
348
+
349
+
**Open OCPP** needs the JSON schemas of the OCPP messages during execution. The schemas are installed in the : *INSTALL_DIR*/include/openocpp/schemas directory where *INSTALL_DIR* can be either the standard system directories or the custom directory specified by *INSTALL_PREFIX*.
0 commit comments