Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Note to requirements for Windows #71

Closed
heri16 opened this issue Jan 21, 2016 · 3 comments
Closed

Add Note to requirements for Windows #71

heri16 opened this issue Jan 21, 2016 · 3 comments
Assignees

Comments

@heri16
Copy link

heri16 commented Jan 21, 2016

Should indicate more clearly which component of Visual Studio Community Edition needs to be installed.

@riverrun
Copy link
Owner

I don't use Visual Studio, so I'm going to need your help to do that :)
I know that you need to install the C/C++ module / component separately now. Is there anything else that needs to be installed?

@riverrun riverrun self-assigned this Jan 21, 2016
@dylantf
Copy link

dylantf commented Jan 27, 2016

I just installed it all from scratch on Windows 10, the process is the same.

  • Install VS (Community Ed. is fine)
  • Go to File > New > Project
  • Choose C++, it will prompt to install the module. Close VS
  • Go to search > "Developer Command Prompt for VS2015"
  • cd to the VC directory, run vcvarsall.bat amd64 -- this must be run every time you try to compile comeonin
  • cd over to your project, mix deps.get, mix deps.compile

@riverrun
Copy link
Owner

Great! I'll add this info to the wiki.
Thanks for your help.

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

No branches or pull requests

3 participants