mirror of https://github.com/minio/minio.git
1e7515a7df
- move contrib/erasure --> contrib/isal - bring in low level 'isal' package for Go for exposing C functions - Implement Erasure 'encoding' Supports - Reed Solomon Codes, Cauchy Codes - Implement Erasure 'decoding' Supports - Reed Solomon Codes, Cauchy Codes - Renames Minios -> Minio at all the references |
||
---|---|---|
.. | ||
docs | ||
include | ||
src | ||
.gitignore | ||
LICENSE | ||
LICENSE.INTEL | ||
Makefile | ||
Makefile.nmake | ||
README.md | ||
RELEASE-NOTES.INTEL | ||
make.inc |
README.md
- Install 'build-essential'
# apt-get install build-essential -y
- Install 'yasm'
# apt-get install yasm -y