Up and running WebChimera with nwjs
-
Add proxy to windows environment
set http_proxy="http://<user>:<password>@<ip>:<port>"
set https_proxy="http://<user>:<password>@<ip>:<port>"
-
Install build dependencies for WebChimera
Refer link : https://github.com/RSATom/WebChimera.js#windows
- Visual Studio Community 2013/2015 - (I tried with VS2015)
- Install VLC Player 32 bit and add it to PATH environment variable (Used to build webchimera)
- CMake - cmake-3.6.0-rc2-win64-x64.msi
- Node.js
- Install NW.js ia32 add it to PATH environment variable (Used to run player)
-
Add proxy to npm packaging system
npm config set proxy http://<user>:<password>@<ip>:<port>
npm config set https-proxy http://<user>:<password>@<ip>:<port>
Check npm configuration in C:\Users<user>.npmrc
https-proxy=http://<user>:<password>@43.88.64.10:8080/
proxy=http://<user>:<password>@43.88.64.10:8080/
-
Check cmake generators
cmake --help
-
Clone code and build it
git clone https://github.com/RSATom/wcjs-ugly-demo.git
cd wcjs-ugly-demo/
build_nwjs.cmd
-
Run
run_nwjs.cmd
Written on November 11, 2016