Changeset - 83f9fbc0a003
[Not reviewed]
default
0 7 0
drewp@bigasterisk.com - 20 months ago 2023-05-18 00:28:35
drewp@bigasterisk.com
setup tweaks
3 files changed:
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -36,6 +36,9 @@ show/dance..../capture
 
show/dance2017/networking.n3
 
show/dance2019/model/
 
show/dance2019/video/
 
show/dance2023/MeshroomCache/
 
show/dance2023/images/
 
show/dance2023/nstudio/
 
timelapse/
 
__pycache__
 
rgbled/build-nano328/
.pdm.toml
Show inline comments
 
[python]
 
path = "/usr/bin/python"
 
path = "/usr/bin/python3.10"
makefile
Show inline comments
 
@@ -17,12 +17,12 @@ packages:
 
		nginx-core \
 
		nginx-full \
 
		normalize-audio \
 
		npm \
 
		python3-cairo-dev \
 
		python3-dev \
 
		python3-opencv \
 
		python3-pygame \
 
		python3-tk \
 
		sox \
 
		tix \
 
		zlib1g-dev
 

	
 
@@ -40,8 +40,7 @@ gst_packages:
 
		python3-gst-1.0
 

	
 
pnpm:
 
	# holding pnpm back because we don't have the latest nodejs: https://pnpm.io/installation#compatibility
 
	sudo npm install -g pnpm@6.32.12
 
	sudo npm install -g pnpm@7.29.3
 

	
 
bin/node:
 
	ln -sf `which nodejs` bin/node

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)