Debugging your Desktop App
In case of any package failures, cross-check, or better still make sure you have these packages available on your environment.
Windows
MacOS
Ubuntu
Fedora
On Windows, you may have to follow option 2 of the node-gyp install guide and install Visual Studio.
- You also need to install the
XCode Command Line Tools
by runningxcode-select --install
. Alternatively, if you already have the full Xcode installed, you can find them under the menuXcode -> Open Developer Tool -> More Developer Tools...
. This step will installclang
,clang++
, andmake
.
- 1.
build-essential
- 2.
libevas-dev
- 3.
libxss-dev
- 1.
libX11
- 2.
libXScrnSaver-devel
- 3.
gcc-c++
d