Closed robotrono closed 9 years ago
npm install
in the projects root direcrory should help you. Try npm install --python=python2
if you experience problems with node-gyp and python 3.Also you'll need to sort out the build chain for node-jitterbuffer
, node-celt
and node-opus
. I don't think those have Windows build configs at the moment.
Windows support done! So now it can be used there. The easiest way to confirm it on Windows is probably running the following commands:
git clone https://github.com/Rantanen/node-mumble
cd node-mumble
npm install
set MUMBLE_URL=your.mumble.address
node examples/sin.js
Although for actual usage you'll want to create your Node application and then do npm install mumble
.
Very nice.
I'm going to close this for now as based on this there's nothing we can do.
If @robotrono still has problems running this in Windows, re-open it.
Well im new user with node js, how can I run this client on node js? Im have installed node js and python.
I get this: