mirror of
https://github.com/minio/minio.git
synced 2024-12-29 00:23:21 -05:00
432275e966
- pkg/{subsystem}/{package} style - modify Makefile to reflect the new style, consolidate various entries - add a dummy ``main.go`` at top level
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
|
|
~~~
|