[PATCH] D97387: propose Chocolately as package manager for Windows
Christian Kühnel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 19 08:18:39 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG4532ab76c9e8: propose Chocolately as package manager (authored by kuhnel).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97387/new/
https://reviews.llvm.org/D97387
Files:
llvm/docs/GettingStartedVS.rst
Index: llvm/docs/GettingStartedVS.rst
===================================================================
--- llvm/docs/GettingStartedVS.rst
+++ llvm/docs/GettingStartedVS.rst
@@ -57,6 +57,20 @@
Do not install the LLVM directory tree into a path containing spaces (e.g.
``C:\Documents and Settings\...``) as the configure step will fail.
+To simplify the installation procedure, you can also use
+`Chocolatey <https://chocolatey.org/>`_ as package manager. After the
+`installation <https://chocolatey.org/install>`_ of Chocolatey, run these
+commands in an admin shell to install the required tools:
+
+.. code-block:: bat
+
+ choco install -y ninja git cmake gnuwin python3
+ pip3 install psutil
+
+There is also a Windows
+`Dockerfile <https://github.com/llvm/llvm-zorg/blob/main/buildbot/google/docker/windows-base-vscode2019/Dockerfile>`_
+with the entire build tool chain. This can be used to test the build with a
+tool chain different from your host installation or to create build servers.
Getting Started
===============
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97387.331885.patch
Type: text/x-patch
Size: 1047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/7c92761b/attachment.bin>
More information about the llvm-commits
mailing list