-
Notifications
You must be signed in to change notification settings - Fork 40
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
Updated documentation about required dependencies and extra workarounds on Windows #37
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome. Just some dots missing
* In Debian and Ubuntu install the `build-essential` DEB package. It includes both `make` and `gcc`/`g++`. | ||
* In YUM based Linux (Red Hat, CentOS) use `yum groupinstall "Development Tools"`. | ||
* On Debian and Ubuntu install the `python3-pip` DEB package, otherwise PIP package manager might be unavailable. | ||
* On Debian and Ubuntu install the `build-essential` DEB package. It includes both `make` and `gcc`/`g++`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make dependency has been removed above, does this sentence make sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is just moved to the common dependencies, alongside Node.js and Python.
So approved again |
I have no rights to merge here either way, so feel free to go ahead, it doesn't depend on mediasoup PR in any way, it is purely complementary. |
Please remind me to give you access to this repo as well next week |
Can you deploy these updates to the website, please? |
I'll do in less than an hour. Do we need a mediasoup release for this docs to make sense? I'll do one anyway. |
No, release is not necessary. Mediasoup fixes were on top of the PR that wasn't released yet, so everything is fine. |
website published |
I danced around various issues and compiled what is required on Windows 10 with Visual Studio 2019 Community Edition for mediasoup to work.
Instructions for environment setup are given both for Command Prompt and PowerShell just in case.
Complements versatica/mediasoup#692. We might make everything just "automagically" work on Windows if we:
But I will leave those for someone else.