atlas-engineer / cl-electron

Lisp Interface to Electron.
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Sync c socket #40

Closed jmercouris closed 6 months ago

jmercouris commented 7 months ago

What remains is to figure out how to build this on Nix. @aadcg Any help with this would be greatly appreciated.

In short, we'll need to add a makefile, and make an electron binary with the node-gyp module installed.

jmercouris commented 7 months ago

In order to build, navigate to the source directory, then execute the following commands:

npm install
npm run build
./node_modules/.bin/electron-rebuild

Somehow we'll figure out how to build electron with the modules in the context of Nix.

jmercouris commented 7 months ago

Then, you'll need to edit core.lisp to launch:

/node_modules/.bin/electron