README.md 648 字节
Newer Older
E
.  
Eugene Pankov 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
[![build status](http://ci.elements.tv/root/elements-benchmark/badges/master/build.svg)](http://ci.elements.tv/root/elements-benchmark/commits/master)

This repository hosts the ELEMENTS Benchmark

Build requirements:

  * Windows: NodeJS, Windows SDK, WiX on $PATH, Cygwin with ``make`` on $PATH
  * Mac: NodeJS, Xcode
  * Linux: NodeJS
  
  
Preparing:
  
  * ``npm install``
  * ``typings install``
  * ``webpack``
  
Building:
    
  * Windows: ``make package-windows````dist/Elements-Electron.exe``
  * Mac: ``make package-mac````dist/Elements-Electron.pkg``
  * Linux: ``make package-linux````dist/Elements-Electron.AppImage``