aeksco / lyrebird

:bird: Impersonate USB devices over Bluetooth LE
MIT License
9 stars 2 forks source link

Documentation: NodeWebKit debugging #3

Closed aeksco closed 7 years ago

aeksco commented 7 years ago

Evidently debugging NodeWebKit applications requires that you download the full Chromium source and compile the developer build from scratch. This is time consuming as the repository clocks in at a whopping 5.24 GB and requires additional toolchains and Python libraries for compilation.

Build instructions can be found here: Building NW.js

Additionally, the repository requires Chromium Depot Tools to build - installation instructions can be found here: Chromium Depot Tools

Aside from documenting the debugging process it might make sense to sandbox the development environment in a VM. Furthermore, downloading the Chromium source code is incredibly time consuming so we may want to explore the option of hosting a private mirror for our own development purposes.

aeksco commented 7 years ago

Actually turns out that there's an prebuilt NW SDK already available on their website - closing this ticket.