Skip to content

Instantly share code, notes, and snippets.

@lanmower
Last active August 20, 2020 11:25
Show Gist options
  • Save lanmower/9d0e3aa467b20a13c40a470e63d1b373 to your computer and use it in GitHub Desktop.
Save lanmower/9d0e3aa467b20a13c40a470e63d1b373 to your computer and use it in GitHub Desktop.
git clone https://github.com/Yahweasel/craig.git
cd craig
curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -
apt update
apt-get install -y ffmpeg vorbis-tools opus-tools libfdk-aac-dev zip unzip imagemagick php-imagick curl nodejs npm
cd cook
for i in *.c; do gcc -O3 -o ${i%.c} $i; done
for i in *.svg; do inkscape -e ${i%.svg}.png $i; done
npm install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment