[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:14:55 PDT 2021


kuhnel updated this revision to Diff 331883.
kuhnel marked an inline comment as done.
kuhnel added a comment.

fixed typos


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.331883.patch
Type: text/x-patch
Size: 1047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210319/6d675537/attachment.bin>


More information about the llvm-commits mailing list