Already complied binaries can be found on release section release section.
Download the correspondent binary according your operating system.
On macOS Mojave software is not running on double click.
As to run it from macOs open a console from folder where software was exported to and run:
./bfx-report-electron
We are actually working on a solution for this.
Execute the following commands from the root directory of the project:
- Install libraries.
npm install- Install dependcies and configured them.
npm run initnpm run electronFor doing builds for other platforms please have “Multi Platform Build” in consideration: https://www.electron.build/multi-platform-build
For creating the distributions please run the following commands, after the execution is finished the file would be in /dist folder
- Individual:
#Distribution for Linux
npm run dist-linux
#Distribution for Windows
npm run dist-win
#Distribution for MacOs
npm run dist-mac- Linux + Windows + MacOs:
npm start