-
Notifications
You must be signed in to change notification settings - Fork 638
Building
Hunter Gregal edited this page Jul 1, 2020
·
2 revisions
Install instructions for Centos 8 (64bit).
sudo yum install make gcc git glibc-devel.i686
git clone https://github.com/huntergregal/mimipenguin
cd mimipenguin
make
Install instructions for Ubuntu 16 -> 20 (64bit)
sudo apt-get install make git gcc-multilib libcrypt libcrypt:i386
git clone https://github.com/huntergregal/mimipenguin
cd mimipenguin
make