mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03: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