dabeku / Copiosus-viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Preparation

npm init

Frontend

Development

  • npm run react-start
  • Mac: npm run electron-dev-mac (in second terminal)
  • Windows: npm run react-build-win (in second terminal)

Native (node module)

npm install node-gyp -g
node-gyp rebuild
  • This will rebuild the video.node module for the electron version
./node_modules/.bin/electron-rebuild
  • Mac only: If there is a warning "... was built for newer macOS version (12.0) than being linked (11.0)" then do
export LDFLAGS="-mmacosx-version-min=12.0"

About

License:MIT License


Languages

Language:JavaScript 73.8%Language:C++ 19.5%Language:CSS 2.7%Language:C 2.7%Language:Python 0.8%Language:HTML 0.5%