Skip to content

Conversation

@ader1990
Copy link
Owner

@ader1990 ader1990 commented Apr 8, 2020

Change-Id: I3750d5777abf8d2f56d98c20232801ed647d1aab

@ader1990 ader1990 force-pushed the build_from_source_cbsinit branch 2 times, most recently from 22c0df6 to 64f6096 Compare April 9, 2020 11:09
Change-Id: I3750d5777abf8d2f56d98c20232801ed647d1aab
@ader1990 ader1990 force-pushed the build_from_source_cbsinit branch from 64f6096 to 8371520 Compare April 9, 2020 11:12
ader1990 added 6 commits April 9, 2020 14:26
Change-Id: Ia34a098908a81063c83a836fab0d3663a0a8d931
Change-Id: If6c4e3eafab29983c30363495942d6a9d36a5f5e
Change-Id: I13c49a427139df06f216237266a42d19a26c4c96
Change-Id: Ic979742ae1df4cdb3a0cc4c3b474de0a40d175ee
Change-Id: I88f24a8298565d07eb08cc4c4726d9434f5c18c7
Change-Id: I399e91d0e10b4893a0ce9ec7ff6b07db93e5a1e1
@ader1990 ader1990 force-pushed the build_from_source_cbsinit branch from e022773 to 9c462c0 Compare April 9, 2020 18:08
ader1990 added 8 commits April 9, 2020 21:19
Change-Id: I084da34a607f92416cce4b25c3ae822141c5a9ad
Change-Id: I41f4d636252cbd31bba27b9c870e4b06398bc297
Change-Id: Ie74e47faa23656fedbfb28f811a418eabfa06a83
Change-Id: I3bd7ff072c0d5fa0346f32bfc0bd1661e45fa286
Change-Id: I30354f3e58a0adbc3ee0fdff72f2cc6c0830eacf
Change-Id: I34a3c605443c64107fc4199abf63145a7654cf3a
Change-Id: I005f3a664f11a7a47e083151a8ce6cb72fbb9bb6
Change-Id: I8a13671953c3c26c55fa780e705ae3d9b7463442
@ader1990 ader1990 force-pushed the build_from_source_cbsinit branch from 8607498 to 1cb3a43 Compare April 13, 2020 13:28
Change-Id: I6cbfa933ae692241e7cd25fadabd7faa83807dcc
Change-Id: Ida2175a477fee7f1b4d6db7ceaa1bcd7edf85355
Change-Id: Ie9005ed14e0301cc0431e43da78cda5a0efe724b
Change-Id: Icd7de2a5d9f8bc001d9206574724df049de2a075
Change-Id: I4d017ff3e6b549445cb0cf27a672dce9969acb3f
Change-Id: I5c61d1919de5b6fa78ba6bd963337e4bfc17b753
@ader1990 ader1990 force-pushed the build_from_source_cbsinit branch from 460360c to e15079c Compare April 13, 2020 16:30
@@ -0,0 +1,63 @@
### Requirements ###

#### Clean Windows Server 2016 /2019 or Windows 10 install with latest updates

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: missing space after /

VS 2015 Download link (you need to be logged in to access it): https://download.my.visualstudio.com/db/en_visual_studio_community_2015_with_update_1_x86_x64_web_installer_8234321.exe
If you prefer to not build pywin32, Visual Studio 2017 / 2019 can be used too.
Reboot after VS installation is complete.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7-zip is also needed



```powershell
# full command line

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd put the full command line after the other basic examples

Change-Id: I17fdf4d88b4b847f21468027528fb2beefe8c047
param(
$Version="14.0",
$Platform="x86_amd64"
)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs another param e.g. $WinsdkVersion="8.1"


Push-Location "$ENV:ProgramFiles (x86)\Microsoft Visual Studio ${Version}\VC\"
try {
cmd /c "vcvarsall.bat $platform & set" |
Copy link

@alexpilotti alexpilotti Apr 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmd /c "vcvarsall.bat $Platform $WinsdkVersion & set"

Change-Id: I4703b2c41ac071de82096c22fac8d6211cfcb38b
Change-Id: I962c304f89dd346a7216c546bfc39d3575d31374
Change-Id: Ia4c8719490b7b3986b9113955dcf41136e432663
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants