Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 617 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 617 Bytes
  1. Download http://opensource.spotify.com/cefbuilds/cef_binary_3.3538.1852.gcb937fc_linux64_minimal.tar.bz2
  2. Extract cef_binary_3.3538.1852.gcb937fc_linux64_minimal.tar.bz2
  3. export CEF_ROOT=$PWD/cef_binary_3.3538.1852.gcb937fc_linux64_minimal
  4. git clone https://github.com/LGSInnovations/cefsigplot.git
  5. cd cefsigplot 5a. cd src/app 5b. npm install sigplot 5c. npm install webpack-cli webpack 5d. npm install 5e. ./node_modules/webpack-cli/bin/cli.js ./main.js --output ./app.js
  6. mkdir build
  7. cd build
  8. cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release ..
  9. make
  10. ./cefsigplot/Release/cefsigplot