Commit 820dba96 authored by chenhaowen01's avatar chenhaowen01 Committed by GitHub

Update README.md

parent bfee0a22
...@@ -8,16 +8,17 @@ ...@@ -8,16 +8,17 @@
这是一个适用于广东工业大学的第三方 drcom 客户端(drcom 5.2.1p),目前支持 Linux 平台(包括OpenWrt等用于路由器的发行版)。 这是一个适用于广东工业大学的第三方 drcom 客户端(drcom 5.2.1p),目前支持 Linux 平台(包括OpenWrt等用于路由器的发行版)。
# install # install
* OpenWrt * OpenWrt
1.使用 opkg(推荐) * 使用 opkg(推荐)
```bash ```bash
opkg install gdut-drcom_xxx.ipk opkg install gdut-drcom_xxx.ipk
``` ```
2.手动安装(仅在 opkg 安装失败时使用) * 手动安装(仅在 opkg 安装失败时使用)
```bash ```bash
tar xvf gdut-drcom_xxx.tar -C /tmp tar xvf gdut-drcom_xxx.tar -C /tmp
cd /tmp/gdut-drocm cd /tmp/gdut-drocm
sh install.sh sh install.sh
``` ```
# compile # compile
* 使用 OpenWrt SDK(以rampis平台为例) * 使用 OpenWrt SDK(以rampis平台为例)
```bash ```bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment