浏览代码

update installation docs

ruki 5 年之前
父节点
当前提交
ffffb15e16
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 4 0
      guide/installation.md
  2. 4 0
      zh-cn/guide/installation.md

+ 4 - 0
guide/installation.md

@@ -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) 
 1. Download xmake `.deb` install package from [Releases](https://github.com/xmake-io/xmake/releases) 
 2. Run `dpkg -i xmake-xxxx.deb`
 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)
 ## Termux (Android)
 
 
 ```bash
 ```bash

+ 4 - 0
zh-cn/guide/installation.md

@@ -89,6 +89,10 @@ yaourt xmake
 1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载deb安装包
 1. 从 [Releases](https://github.com/xmake-io/xmake/releases) 上下载deb安装包
 2. 运行: `dpkg -i xmake-xxxx.deb`
 2. 运行: `dpkg -i xmake-xxxx.deb`
 
 
+## FreeBSD
+
+见下文源码编译安装,并使用gmake来代替make。
+
 ## Termux (Android)
 ## Termux (Android)
 
 
 ```bash
 ```bash