mirror of
https://github.com/minio/minio.git
synced 2025-01-22 12:13:16 -05:00
7314b5e37d
- This change also brings in changing 'unsigned char' to 'uint8_t' for brevity
- Install 'build-essential'
# apt-get install build-essential -y
- Install 'yasm'
# apt-get install yasm -y