Skip to content

Commit

Permalink
Readme文档添加部分编译说明
Browse files Browse the repository at this point in the history
  • Loading branch information
chivehao committed Nov 14, 2024
1 parent c1889e0 commit 8d0c23f
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 31 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# 20.1.7

- 修复异常的条目封面图片上移问题
- Readme文档添加部分编译说明

# 20.1.6

Expand Down
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,26 @@ app的服务端版本只取服务端版本的主版本和子版本,忽略第
如果服务端版本是1.0.0,此时服务端的子版本最大曾是两位数,则,app的服务端版本是 1 * 100 + 0 = 100
,此时APP的版本就是 100.3.0

## Build

```
git submodule init
git submodule update
cd dependencies/dart_vlc
flutter pub get
cd ../../
cd dependencies/flutter_vlc_player
flutter pub get
cd ../../
cd dependencies/ns_danmaku
flutter pub get
cd ../../
flutter pub get
```
`Android Studio`打开后,如果依赖里还有红线的,进对应的目录,`flutter pub get`下就OK了。

1 change: 1 addition & 0 deletions linux/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
flutter/ephemeral
flutter/generated*
15 changes: 0 additions & 15 deletions linux/flutter/generated_plugin_registrant.h

This file was deleted.

1 change: 1 addition & 0 deletions windows/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
flutter/ephemeral/
flutter/generated*

# Visual Studio user-specific files.
*.suo
Expand Down
15 changes: 0 additions & 15 deletions windows/flutter/generated_plugin_registrant.h

This file was deleted.

0 comments on commit 8d0c23f

Please sign in to comment.