Skip to content

Instantly share code, notes, and snippets.

View YukiGibson's full-sized avatar
👨‍💻
Typing...

Laureano Sánchez Aguilar YukiGibson

👨‍💻
Typing...
  • IBM
  • San José, Costa Rica
View GitHub Profile
@YukiGibson
YukiGibson / install.sh
Last active April 16, 2022 02:56
Install mit-scheme for arm64
#!/usr/bin/env bash
# Install mit-scheme for arm64
wget http://inst.eecs.berkeley.edu/~scheme/precompiled/Linux/STk-4.0.1-ucb1.3.6.i386.rpm
sudo apt-get install alien
fakeroot alien --target=amd64 STk-4.0.1-ucb1.3.6.i386.rpm
dpkg -i stk_4.0.1-1_amd64.deb
sudo dpkg --add-architecture i386
sudo apt-get install gcc-multilib
sudo apt-get install libsm6:i386 libx11-6:i386