mirror of https://github.com/minio/minio.git
7314b5e37d
- This change also brings in changing 'unsigned char' to 'uint8_t' for brevity |
||
---|---|---|
.. | ||
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