diff options
Diffstat (limited to 'content/forge/setup.md')
-rw-r--r-- | content/forge/setup.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/forge/setup.md b/content/forge/setup.md index 4125b98..37be79c 100644 --- a/content/forge/setup.md +++ b/content/forge/setup.md @@ -15,6 +15,10 @@ Clone the source code and run `make`. Then run `make install` to install it. By default, it installs to `/usr/local/`. +Note that setting `GOARCH` to cross compile does not completely work, since the +hooks handler is written in C. You need to customize `CC` to point to a proper +cross compiler. + ## Runtime dependencies * Git |