@@ -70,6 +70,10 @@ Or download deb package to install it:
1. Download xmake `.deb` install package from [Releases](https://github.com/xmake-io/xmake/releases)
2. Run `dpkg -i xmake-xxxx.deb`
+## FreeBSD
+
+We need [source compilation and installation](#source-compilation-and-installation) and use `gmake` instead of make.
## Termux (Android)
```bash
@@ -89,6 +89,10 @@ yaourt xmake
1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载deb安装包
2. 运行: `dpkg -i xmake-xxxx.deb`
+见下文源码编译安装,并使用gmake来代替make。