From fdeed354388490ed7895256814f3f834a5a87793 Mon Sep 17 00:00:00 2001 From: Timothy Date: Fri, 24 Aug 2018 18:00:16 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49d5ad0..81621d4 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,15 @@ Now I rewrite [DynDNS](https://github.com/TimothyYe/DynDNS) by Golang and call i * MacOS * ARM Linux (Raspberry Pi, etc...) * Windows +* MIPS32 platform ## MIPS32 platform -For MIPS32 platform, please checkout the [mips32](https://github.com/TimothyYe/godns/tree/mips32) branch, this branch is contributed by [hguandl](https://github.com/hguandl), in this branch, the support for mips32 is added, which means it could run properly on Openwrt and LEDE. +To compile binaries for MIPS (mips or mipsle): + +``` +GOOS=linux GOARCH=mips/mipsle GOMIPS=softfloat go build -a +``` ## Pre-condition