File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,12 @@ git clone https://github.com/compnerd/swift-build swift-build
79
79
## Acquire ICU, SQLite3, curl, libxml2 and zlib
80
80
81
81
```
82
- python -m pip install --user msrest azure-devops tabulate
83
- python swift-build\utilities\swift-build.py --build-id ICU --latest-artifacts --filter windows-x64 --download
84
- python swift-build\utilities\swift-build.py --build-id XML2 --latest-artifacts --filter windows-x64 --download
85
- python swift-build\utilities\swift-build.py --build-id CURL --latest-artifacts --filter windows-x64 --download
86
- python swift-build\utilities\swift-build.py --build-id zlib --latest-artifacts --filter windows-x64 --download
87
- python swift-build\utilities\swift-build.py --build-id SQLite --latest-artifacts --filter windows-x64 --download
82
+ C:\Python27\ python.exe -m pip install --user msrest azure-devops tabulate
83
+ C:\Python27\ python.exe swift-build\utilities\swift-build.py --build-id ICU --latest-artifacts --filter windows-x64 --download
84
+ C:\Python27\ python.exe swift-build\utilities\swift-build.py --build-id XML2 --latest-artifacts --filter windows-x64 --download
85
+ C:\Python27\ python.exe swift-build\utilities\swift-build.py --build-id CURL --latest-artifacts --filter windows-x64 --download
86
+ C:\Python27\ python.exe swift-build\utilities\swift-build.py --build-id zlib --latest-artifacts --filter windows-x64 --download
87
+ C:\Python27\ python.exe swift-build\utilities\swift-build.py --build-id SQLite --latest-artifacts --filter windows-x64 --download
88
88
```
89
89
90
90
Extract the zip files, ignoring the top level directory, into ` S:/Library ` . The directory structure should resemble:
You can’t perform that action at this time.
0 commit comments