Difference between revisions of "Chocolatey"

From CSE231 Wiki
Jump to navigation Jump to search
(Created page with " = install power shell [https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell] = = install chololatey [https://chocolatey.org/install] =...")
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
'''You should use these instructions only if the Java file does not work for downloading OpenCV. The file is named "DownloadOpenCVNativeLib".'''
  
= install power shell [https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell] =
+
==install power shell [https://msdn.microsoft.com/en-us/powershell/scripting/setup/installing-windows-powershell]==
  
= install chololatey [https://chocolatey.org/install] =
+
==install chololatey [https://chocolatey.org/install]==
  
 
run powershell as administrator [http://www.thewindowsclub.com/how-to-open-an-elevated-powershell-prompt-in-windows-10]
 
run powershell as administrator [http://www.thewindowsclub.com/how-to-open-an-elevated-powershell-prompt-in-windows-10]
Line 11: Line 12:
  
 
<code>choco install opencv</code>
 
<code>choco install opencv</code>
 +
 +
==lines repeated for copying to clipboard==
 +
 +
<clippy show="true">iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex</clippy>
 +
<br>
 +
<clippy show="true">choco upgrade chocolatey</clippy>
 +
<br>
 +
<clippy show="true">choco install opencv</clippy>

Latest revision as of 18:55, 29 March 2017

You should use these instructions only if the Java file does not work for downloading OpenCV. The file is named "DownloadOpenCVNativeLib".

install power shell [1]

install chololatey [2]

run powershell as administrator [3]

iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex

choco upgrade chocolatey

choco install opencv

lines repeated for copying to clipboard

iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex
choco upgrade chocolatey
choco install opencv