Skip to content

Commit

Permalink
Update readme (#221)
Browse files Browse the repository at this point in the history
* update

* Update README.md

* wip
  • Loading branch information
czoido authored Mar 15, 2024
1 parent bdab905 commit 4e0f30a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
Binary file modified .github/readme/search-packages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/readme/select-conan-executable.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
# Conan Visual Studio Extension
# Conan Visual Studio Extension for Conan 2

![Build](https://github.com/conan-io/conan-vs-extension/actions/workflows/main.yml/badge.svg?branch=develop2)

Conan, the C and C++ package manager, is now directly integrated into your IDE. List
available libraries, install, and use them without leaving Visual Studio.

## Using the Extension
- πŸ”§ **Compatibility:** Designed exclusively for Conan 2.0 and above.
- πŸ†• **Completely revamped:** This is a fresh start with no ties to previous versions.
- ❌ **End of support for older versions:** Previous extensions are no longer supported.
- πŸ’» **Platforms supported:** It is developed for Visual Studio 2022 and beyond.
- ⏫ **Looking Ahead:** We're committed to supporting Conan 2.0 and future versions.
- πŸ“’ **Early stage release:** Your feedback is crucial as we continue to improve πŸš€

> **Note**
>
> For a detailed explanation of how to use the extension, please visit [our documentation
> page](https://docs.conan.io/2/integrations/visual_studio.html).
## Using the Extension

After installing the Conan extension, you can access it from the β€œConan” tool window in
Visual Studio. To do so, go to **View > Other Windows > Conan C/C++ Package Manager**.
Expand Down Expand Up @@ -43,8 +45,7 @@ Conan packages. It will also add a prebuild event to the project to install thos
libraries on the next compilation of the project.

At any point, you can also use the refresh button (πŸ”„) to update the list of available
packages in [Conan Center](https://conan.io/center) and the view (πŸ‘οΈ) button to check the
requirements that have been added to the project.
packages in [Conan Center](https://conan.io/center).

Now, if you initiate the build process for your project, the pre-build event will trigger
Conan to install the packages and inject the necessary properties into the project,
Expand Down

0 comments on commit 4e0f30a

Please sign in to comment.