Mercurial > code > home > repos > light9
comparison makefile @ 2032:0cd765253fde
switch to pnpm
author | drewp@bigasterisk.com |
---|---|
date | Thu, 07 Apr 2022 01:17:24 -0700 |
parents | aeafe7d0b033 |
children | 00afa5ec081a |
comparison
equal
deleted
inserted
replaced
2031:e7e3fbae767d | 2032:0cd765253fde |
---|---|
7 | 7 |
8 gst_packages: | 8 gst_packages: |
9 sudo aptitude install python3-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python3-gst-1.0 gir1.2-goocanvas-2.0 | 9 sudo aptitude install python3-gi gir1.2-gst-plugins-base-1.0 libgirepository-1.0-1 gir1.2-gstreamer-1.0 gstreamer1.0-tools gstreamer1.0-plugins-good gstreamer1.0-pulseaudio python3-gst-1.0 gir1.2-goocanvas-2.0 |
10 | 10 |
11 node_modules/bower/bin/bower: | 11 node_modules/bower/bin/bower: |
12 npm install | 12 pnpm install |
13 | 13 |
14 bin/node: | 14 bin/node: |
15 ln -sf `which nodejs` bin/node | 15 ln -sf `which nodejs` bin/node |
16 | 16 |
17 bower: node_modules/bower/bin/bower bin/node | 17 bower: node_modules/bower/bin/bower bin/node |
18 cd light9/web/lib; nodejs ../../../node_modules/bower/bin/bower install | 18 cd light9/web/lib; nodejs ../../../node_modules/bower/bin/bower install |
19 | 19 |
20 npm_install: | 20 npm_install: |
21 npm install | 21 pnpm install |
22 | 22 |
23 node_modules/n3/n3-browser.js: | 23 node_modules/n3/n3-browser.js: |
24 (cd node_modules/n3; nodejs ../browserify/bin/cmd.js --standalone N3 --require n3 -o n3-browser.js) | 24 (cd node_modules/n3; nodejs ../browserify/bin/cmd.js --standalone N3 --require n3 -o n3-browser.js) |
25 | 25 |
26 light9/web/lib/debug/debug-build.js: | 26 light9/web/lib/debug/debug-build.js: |