Merge pull request #13 from xddxdd/lantian-dev

Add build notes from #11
This commit is contained in:
Yuhui Xu 2021-04-01 22:54:41 +08:00 committed by GitHub
commit fd3e7b8379
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.