mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 15:53:28 +03: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:
@@ -10,15 +10,12 @@ $ ln -s ${PWD} $GOPATH/src/github.com/minio-io/
|
||||
### Compiling Minio from source
|
||||
Minio uses ``Makefile`` to wrap around some of the limitations of ``go build``. To compile Minio source, simply change to your workspace folder and type ``make``.
|
||||
```sh
|
||||
$ cd $GOPATH/src/github.com/$USER_ID/minio/
|
||||
$ make
|
||||
Checking if proper environment variables are set.. Done
|
||||
...
|
||||
Checking dependencies for Minio.. Done
|
||||
...
|
||||
...
|
||||
Installed minio into /home/userid/work/minio/gopath/bin
|
||||
Installed new-cmd into /home/userid/work/minio/gopath/bin
|
||||
```
|
||||
### Developer Guidelines
|
||||
``Minio`` community welcomes your contribution. To make the process as seamless as possible, we ask for the following:
|
||||
|
||||
Reference in New Issue
Block a user