Skip to content

Commit 9b5b01b

Browse files
committed
[doc] add how to install from vcpkg
1 parent aaffc9a commit 9b5b01b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/sphinx/source/install/install.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,13 @@ vcpkg
5353

5454
`vcpkg <https://github.com/microsoft/vcpkg>`_ is a cross-platform (Windows, Linux and MacOS), open-source package manager created by Microsoft.
5555

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!
56+
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:
5857

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.
5963

6064
------------
6165

0 commit comments

Comments
 (0)