Skip to content
Max edited this page Feb 9, 2020 · 25 revisions

Welcome to the ToolbitSDK wiki!

After electron app is split

OS C++ Ruby Python Electron
Linux OK OK OK
Mac OK OK
Windows OK
MSYS2+MinGW OK OK OK

Raspberry Pi

  • sudo apt install libudev-dev
  • pip3 install toolbit-lib

sudo apt install libpcre3-dev wget http://prdownloads.sourceforge.net/swig/swig-4.0.1.tar.gz tar xvzf swig-4.0.1.tar.gz cd swig-4.0.1 ./configure make sudo make install

before electron app is split

OS C++ Ruby Python JavaScript Electron
Linux OK x x
Mac OK
Windows
MSYS2+MinGW OK OK x x OK
OS C++ Ruby Python JavaScript Electron
Linux OK OK OK OK OK
Mac OK OK OK OK OK
Windows OK OK OK
MSYS2+MinGW OK OK

Mac

Build SDK

  1. Install Xtool
  2. Install homebrew
  3. brew install pcre
  4. cd src; make

Build Electron app

  1. Install swig-4.0.1
  2. Install npm
  3. Install nodejs
  4. npm install -g node-gyp
  5. cd bindings/electron; make

Clone this wiki locally