Skip to content

Commit

Permalink
Update 2.cpp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
botond-szabo authored Aug 21, 2024
1 parent 6a9215c commit c28f822
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions content/4.languages/2.cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ analytics:
helpfulness: true
---

::alert{type="info"}
Some systems are not yet supported by Necto modules for C++ due to header implementation issues provided by the systems. For more info, please visit the [modules](https://necto.dev/modules) page and see if the system is supported. A GitHub issue will also be created to track the progress of the implementations for the specific systems.
::

::drop-down{title="Install via Corinvo CLI"}
Necto can be installed and set up easily using the [`corinvo` CLI](https://cli.corinvo.dev) tool. The CLI tool is a powerful utility that allows you to manage everything related to Corinvo tools and services, including Necto.

Expand Down Expand Up @@ -44,7 +48,7 @@ Additionally, you can also pass in a path following the init command, like this:
If you already have a C++ project and wish to add Necto to the project using the Corinvo CLI, simply specify the path to the project directory as an argument to the init command. The CLI will automatically detect that it is an already existing project. It may ask a few questions based on your current project configuration using the built-in TUI.
::

::alert{type="info"}
Some systems are not yet supported by Necto modules for C++ due to header implementation issues provided by the systems. For more info, please visit the [modules](https://necto.dev/modules) page and see if the system is supported. A GitHub issue will also be created to track the progress of the implementations for the specific systems.
::
## Use C++ with Necto

```python-text [conanfile.py-conanfile.txt]

0 comments on commit c28f822

Please sign in to comment.