This section provides brief instructions on configuring the development environment and adding the header files included in KasperskyOS Community Edition to a development project.
Configuring the code editor
Before getting started, you should do the following to simplify your development of solutions based on KasperskyOS:
The header files are located in the directory: /opt/KasperskyOS-Community-Edition-<version>/sysroot-aarch64-kos/include
.
Example of how to configure Visual Studio Code
For example, during KasperskyOS development, you can work with source code in Visual Studio Code.
To more conveniently navigate the project code, including the system API:
A workspace can be opened implicitly by using the File
> Open folder
menu options.
View
menu, select the Command Palette
item.C/C++: Edit Configurations (UI)
item.Include path
field, enter /opt/KasperskyOS-Community-Edition-<version>/sysroot-aarch64-kos/include
.C/C++ Configurations
window.