mirror of
https://github.com/minio/minio.git
synced 2024-12-26 23:25:54 -05:00
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
|
|
~~~
|