mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-20 16:40:13 +01:00
📝 Update Dev guide
This commit is contained in:
parent
6d91b2d6f1
commit
ddfb032959
2 changed files with 2 additions and 2 deletions
2
.github/CONTRIBUTING.md
vendored
2
.github/CONTRIBUTING.md
vendored
|
|
@ -52,7 +52,7 @@ Note: In the development environment, the kernel process will not be automatical
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
* `cd kernel`
|
* `cd kernel`
|
||||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm,android/arm64' ./mobile/`
|
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./mobile/`
|
||||||
* https://github.com/siyuan-note/siyuan-android
|
* https://github.com/siyuan-note/siyuan-android
|
||||||
|
|
||||||
For the mobile-end, please refer to the corresponding project repository.
|
For the mobile-end, please refer to the corresponding project repository.
|
||||||
|
|
|
||||||
2
.github/CONTRIBUTING_zh_CN.md
vendored
2
.github/CONTRIBUTING_zh_CN.md
vendored
|
|
@ -52,7 +52,7 @@ NPM 镜像:
|
||||||
|
|
||||||
### Android
|
### Android
|
||||||
|
|
||||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm,android/arm64' ./kernel/mobile/`
|
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm64' ./kernel/mobile/`
|
||||||
* https://github.com/siyuan-note/siyuan-android
|
* https://github.com/siyuan-note/siyuan-android
|
||||||
|
|
||||||
移动端请参考对应项目仓库。
|
移动端请参考对应项目仓库。
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue