mirror of
https://github.com/Eugeny/tabby
synced 2024-11-14 08:57:21 +00:00
No description
f08bf49b62
This reverts commit
|
||
---|---|---|
app | ||
build | ||
.gitignore | ||
.gitlab-ci.yml | ||
Makefile | ||
package.json | ||
README.md | ||
tsconfig.json | ||
tslint.json | ||
typings.json | ||
webpack.config.js |
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