changes needed to adapt to new environment

This commit is contained in:
lounge
2026-01-27 22:42:37 +01:00
parent 690b4ebd3c
commit a714bd9d76
7 changed files with 318 additions and 32 deletions

View File

@@ -23,20 +23,20 @@ if hash cargo 2>/dev/null; then
# get juergens apps
mkdir -p external
pushd external
if [ ! -d "pixelfoo" ]; then
git clone https://git.chaospott.de/juergen/pixelfoo.git
if [ ! -d "pixelfoo-apps" ]; then
git clone https://git.chaospott.de/starblue/pixelfoo-apps
fi
pushd pixelfoo
pushd pixelfoo-apps
git pull
cargo build --release
popd
popd
cp -f external/pixelfoo/target/release/cnoise apps/
cp -f external/pixelfoo/target/release/bimood apps/
cp -f external/pixelfoo/target/release/predprey apps/
cp -f external/pixelfoo/target/release/maze apps/
cp -f external/pixelfoo/target/release/dualmaze apps/
cp -f external/pixelfoo-apps/target/release/cnoise apps/
cp -f external/pixelfoo-apps/target/release/bimood apps/
cp -f external/pixelfoo-apps/target/release/predprey apps/
cp -f external/pixelfoo-apps/target/release/maze apps/
cp -f external/pixelfoo-apps/target/release/dualmaze apps/
fi
#echo "Getting mathpixel"