mirror of https://github.com/minio/minio.git
12 lines
131 B
Markdown
12 lines
131 B
Markdown
|
- Install 'build-essential'
|
||
|
|
||
|
~~~
|
||
|
# apt-get install build-essential -y
|
||
|
~~~
|
||
|
|
||
|
- Install 'yasm'
|
||
|
|
||
|
~~~
|
||
|
# apt-get install yasm -y
|
||
|
~~~
|