Mercurial > code > home > repos > light9
comparison makefile @ 2377:2088c500415e
pdm & homepage fixes
author | drewp@bigasterisk.com |
---|---|
date | Sun, 12 May 2024 19:03:41 -0700 |
parents | 45975e8f16f0 |
children | f3b8dfcf8463 |
comparison
equal
deleted
inserted
replaced
2376:4556eebe5d73 | 2377:2088c500415e |
---|---|
42 libgirepository1.0-dev \ | 42 libgirepository1.0-dev \ |
43 python3-gi \ | 43 python3-gi \ |
44 python3-gst-1.0 | 44 python3-gst-1.0 |
45 | 45 |
46 pnpm: | 46 pnpm: |
47 sudo npm install -g pnpm@7.29.3 | 47 sudo npm install -g pnpm@8.12.0 |
48 | 48 |
49 bin/node: | 49 bin/node: |
50 ln -sf `which nodejs` bin/node | 50 ln -sf `which nodejs` bin/node |
51 | 51 |
52 pdm_local_install: | 52 pdm_local_install: |
53 # drew has ~/bin in $PATH | 53 # drew has ~/bin in $PATH |
54 pip install "pdm==1.15.0" | 54 pip install "pdm==2.12.4" |
55 ln -s ../.local/bin/pdm ~/bin | 55 ln -s ../.local/bin/pdm ~/bin |
56 | 56 |
57 js: | 57 js: |
58 pnpm install --reporter append-only | 58 pnpm install --reporter append-only |
59 | 59 |