dp-s_doc/Start/install/2.md

33 lines
718 B
Markdown

### 手动安装方式
> 第一步下载程序本体
![Alt text](../../image/1.png)
> 第二步: 将其中内容解压并上传至服务器目录```/dp_s```下,若没有则手动创建目录
![Alt text](../../image/2.png)
> 第三步:在```/dp_s```目录下创建```Main.nut```文件
![Alt text](../../image/3.png)
> 第四步:在```Main.nut```中写入以下代码
```
print("DP-S插件已加载");
```
![Alt text](../../image/4.png)
> 第五步:更改服务端```/root/run```脚本
![Alt text](../../image/5.png)
```LD_PRELOAD="/dp_s/lib/libAurora.so" ./df_game_r siroco15 start &```
自行将siroco15替换为你的频道
> 最终的目录结构应当如下:
![Alt text](../../image/32.png)