Skip to content

Commit 27cd48f

Browse files
committed
Add Electron to list of vendor dependencies
1 parent a575f6d commit 27cd48f

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ While **not** required to run stdlib, the following dependencies are **required*
7676
The following vendor libraries can be automatically downloaded and compiled from source using `make`:
7777

7878
- [OpenBLAS][openblas]: optimized BLAS library
79+
- [Electron][electron]: framework for cross-platform desktop applications
7980

8081
## Installation
8182

@@ -251,6 +252,8 @@ Copyright © 2016-2017. The Stdlib [Authors][stdlib-authors].
251252

252253
[openblas]: https://github.com/xianyi/OpenBLAS
253254

255+
[electron]: https://electron.atom.io/
256+
254257
[webassembly]: http://webassembly.org/
255258

256259
[node-js-add-ons]: https://nodejs.org/api/addons.html

docs/development.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ The following vendor libraries can be automatically downloaded and compiled from
4646
- [Boost][boost]: portable C++ libraries
4747
- [Cephes][cephes]: C/C++ special functions math library
4848
- [OpenBLAS][openblas]: optimized BLAS library
49+
- [Electron][electron]: framework for cross-platform desktop applications
4950
- [Emscripten][emscripten]: LLVM to JavaScript compiler
5051
- [WebAssembly Binary Toolkit][wabt]: suite of tools for WebAssembly
5152

@@ -333,6 +334,8 @@ For contribution guidelines, see the [contributing guide][stdlib-contributing].
333334

334335
[openblas]: https://github.com/xianyi/OpenBLAS
335336

337+
[electron]: https://electron.atom.io/
338+
336339
[emscripten]: http://kripken.github.io/emscripten-site/index.html
337340

338341
[wabt]: https://github.com/WebAssembly/wabt

0 commit comments

Comments
 (0)