general: add build notes from #11

This commit is contained in:
Lan Tian 2021-04-01 22:47:08 +08:00
parent 492942cce1
commit 8765189deb
No known key found for this signature in database
GPG Key ID: 3D2E9DC81E5791C7

View File

@ -42,6 +42,8 @@ go build -ldflags "-w -s" -o proxy
cd ..
```
- If you get `undefined: MustAssetString`, you need to uninstall an older version of go-bindata from your machine: see #11
## Frontend
The frontend directory contains the code for the web frontend, where users see BGP states, do traceroutes and whois, etc. It's a replacement for "lg.py" in original bird-lg project.