-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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 |
- 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
- Install Xtool
- Install homebrew
- brew install pcre
- cd src; make
Build Electron app
- Install swig-4.0.1
- Install npm
- Install nodejs
- npm install -g node-gyp
- cd bindings/electron; make