|
1 | | -## Microsoft Open Source Code of Conduct |
2 | | - |
3 | | -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). |
4 | | -For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. |
5 | | - |
6 | | -[](https://ci.appveyor.com/project/PowerShell/powershell-docs/branch/staging) |
7 | | - |
8 | | -# PowerShell Documentation |
9 | | - |
10 | | -Welcome to the PowerShell-Docs repository, housing the official Windows PowerShell documentation. |
11 | | - |
12 | | -## Repository Structure |
13 | | -Each folder in this repo publishes to [MSDN](https://msdn.microsoft.com/en-us/powershell). The folders correspond to the following PowerShell assets: |
14 | | -* [/dsc/](https://msdn.microsoft.com/en-us/powershell/dsc/) is for the Desired State Configuration feature |
15 | | -* [/gallery/](https://msdn.microsoft.com/powershell/gallery) is for the [PowerShell Gallery](https://www.powershellgallery.com/) |
16 | | -* [/jea/](https://msdn.microsoft.com/powershell/jea/) is for the Just Enough Administration feature |
17 | | -* [/reference/](https://msdn.microsoft.com/powershell/reference/) is for PowerShell module reference across versions 2.0, 3.0, 4.0, 5.0, 5.1, and 6.0 |
18 | | - * This content will be retrieved by the `Get-Help` cmdlet in the future |
19 | | -* [/scripting/](https://msdn.microsoft.com/en-us/powershell/scripting/) is general PowerShell reference content |
20 | | -* [/wmf](https://msdn.microsoft.com/en-us/powershell/wmf/readme) contains release notes for the Windows Management Framework, the package used to distribute new versions of PowerShell to previous versions of Windows. |
21 | | - |
22 | | - |
23 | | - |
24 | | -## Contributing |
25 | | - |
26 | | -We actively merge contributions into this repository via [pull request](https://help.github.com/articles/using-pull-requests/) into the *staging* branch. |
27 | | -Please note that before you submit a pull request you must [sign a Contribution License Agreement](https://cla.microsoft.com/) to ensure that the community is free to use your submissions. |
28 | | -For more information on contributing, read our [contributions guide](CONTRIBUTING.md). |
29 | | -There is a draft [style guide](./STYLE.md) to review before making contributions. |
30 | | -Please use the Issue and Pull Request templates to help keep documentation consistent across versions. |
31 | | - |
32 | | -## Licenses |
33 | | - |
34 | | -There are two license files for this project. |
35 | | -The MIT License applies to the code contained in this repo. |
36 | | -The Creative Commons license applies to the documentation. |
| 1 | +ext |
| 2 | +=== |
| 3 | + |
| 4 | +This directory holds git submodules that point to libraries needed by the WebM and WebP plug-ins. |
| 5 | + |
| 6 | +You will need to manually add the following to this directory because the owners don't have a git repository I can embed: |
| 7 | + |
| 8 | +* [Premiere CS5 SDK](http://www.adobe.com/devnet/premiere/sdk/cs5.html) |
| 9 | +* [Photoshop CS5 SDK](http://www.adobe.com/devnet/photoshop/sdk.html) |
| 10 | + |
| 11 | + |
| 12 | +If the submodule contents are missing, you should be able to get them by typing: |
| 13 | + |
| 14 | +`git submodule init` |
| 15 | +`git submodule update` |
| 16 | + |
| 17 | +Both Mac and Windows require the "yasm" shell program be installed for libvpx to compile. On Windows you get it via Cygwin. |
| 18 | + |
0 commit comments