openframeworks / ofSite

openFrameworks web site
http://openframeworks.cc
159 stars 579 forks source link

Problem with Windows installation guide, + FIX #688

Closed golanlevin closed 5 years ago

golanlevin commented 5 years ago

As of January 2019, the OF Windows installation guide has some significant errors and omissions which prevent a new user from being able to get OF up and running. I'm referring to the page at: https://openframeworks.cc/setup/vs/

1. Outdated link to OF plugin The link to the OpenFrameworks Visual Studio plugin is out of date and incorrect. Currently the setup guide links to https://marketplace.visualstudio.com/items?itemName=ArturoCastro.openFrameworksplugin, which is for the plugin that works with Visual Studio 2015.

Instead, the page should link here, which is the version of the plugin that works with Visual Studio Community 2017: https://marketplace.visualstudio.com/items?itemName=HalfA.openFrameworkspluginforVisualStudio2017

2. Documentation currently missing for necessary additional VS components A number of additional VS components must be installed in order to develop with OF in Windows. As near as we can determine, there is no documentation of this fact. Below is a screenshot of the components that need to be installed. This list was debugged by, and courtesy of, @CharStiles:

visual studio installer 24_01_2019 12_36_25

Thanks for your attention! <3 Golan

arturoc commented 5 years ago

Thanks Golan and @CharStiles

Just updated the guide with the link and this image.

@tado @icq4ever Could you do this change in the Japanese and Korean guides?

Thanks!

arturoc commented 5 years ago

This is the commit: https://github.com/openframeworks/ofSite/commit/3bd9153f75a38cd707736c1d9d02bcf90ad0b9f6

tado commented 5 years ago

Sure!

On Wed, Jan 30, 2019 at 18:58 arturo notifications@github.com wrote:

Thanks Golan and @mikechambers https://github.com/mikechambers

Just updated the guide with the link and this image.

@tado https://github.com/tado @icq4ever https://github.com/icq4ever Could you do this change in the Japanese and Korean guides?

Thanks!

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/openframeworks/ofSite/issues/688#issuecomment-458883316, or mute the thread https://github.com/notifications/unsubscribe-auth/AAWLHmEQeINamjv3SLti4cp1arj5V7G8ks5vIWy6gaJpZM4aWbtP .

icq4ever commented 5 years ago

update :) and thank you @golanlevin.

tado commented 5 years ago

finished! https://github.com/openframeworks/ofSite/commit/464c5cc1f021ce48341c85897272bc1e1b36b093

tado commented 5 years ago

Oh, the path of the image is not correct. Now fixed.

icq4ever commented 5 years ago

@tado thanks to notice that! :$

arturoc commented 5 years ago

thanks!