From c3edd1cd728fde34a03efb3df1323e69547650c6 Mon Sep 17 00:00:00 2001 From: Eugene Pankov Date: Tue, 11 Apr 2017 22:49:16 +0200 Subject: [PATCH] . --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index 1a4f68e7..e69de29b 100644 --- a/README.md +++ b/README.md @@ -1,22 +0,0 @@ -[![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``