Parcourir la source

Merge pull request #9050 from prasincs/patch-1

Additional info for docker binary
Sven Dowideit il y a 10 ans
Parent
commit
703ef3caa8
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8 1
      docs/sources/contributing/devenvironment.md

+ 8 - 1
docs/sources/contributing/devenvironment.md

@@ -63,7 +63,14 @@ To create the Docker binary, run this command:
 
 
     $ sudo make binary
     $ sudo make binary
 
 
-This will create the Docker binary in `./bundles/<version>-dev/binary/`
+This will create the Docker binary in `./bundles/<version>-dev/binary/`. If you
+do not see files in the `./bundles` directory in your host, your `BINDDIR`
+setting is not set quite right. You want to run the following command: 
+    
+    $ sudo make BINDDIR=. binary 
+
+If you are on a non-Linux platform, e.g., OSX, you'll want to run `make cross`
+or `make BINDDIR=. cross`.
 
 
 ### Using your built Docker binary
 ### Using your built Docker binary