mirror of
https://github.com/minio/minio.git
synced 2025-02-24 03:49:12 -05:00
- These changes bring in a much needed Mac OSX port for Intel ISAL library - At the current stage this MacOSX part of code is considered beta - pkg/cpu now supports OSX - pkg/checksum/crc32c - is still WIP, rest of the packages have been validated
- Install 'build-essential'
# apt-get install build-essential -y
- Install 'yasm'
# apt-get install yasm -y