We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaffc9a commit 9b5b01bCopy full SHA for 9b5b01b
doc/sphinx/source/install/install.rst
@@ -53,9 +53,13 @@ vcpkg
53
54
`vcpkg <https://github.com/microsoft/vcpkg>`_ is a cross-platform (Windows, Linux and MacOS), open-source package manager created by Microsoft.
55
56
-We are planning to release a port of the library so that it can be easily built using the package manager.
57
-Stay tuned!
+Since v1.0.0 of the library it is possible to build and install the library through vcpkg on Linux, Windows and MacOS by running:
58
+.. code:: shell
59
+
60
+ vcpkg install cctag[cuda,apps]
61
62
+where :code:`cuda` and :code:`apps` are the options to build the library with the cuda support and the sample applications, respectively.
63
64
------------
65
0 commit comments