mirror of
https://github.com/minio/minio.git
synced 2025-12-04 23:02:31 -05:00
Full restructure in accordance with
- pkg/{subsystem}/{package} style
- modify Makefile to reflect the new style,
consolidate various entries
- add a dummy ``main.go`` at top level
This commit is contained in:
11
pkg/storage/erasure/isal/README.md
Normal file
11
pkg/storage/erasure/isal/README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
- Install 'build-essential'
|
||||
|
||||
~~~
|
||||
# apt-get install build-essential -y
|
||||
~~~
|
||||
|
||||
- Install 'yasm'
|
||||
|
||||
~~~
|
||||
# apt-get install yasm -y
|
||||
~~~
|
||||
Reference in New Issue
Block a user