mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-12 07:32:34 +01:00
❤️ 完整开源界面和内核 https://github.com/siyuan-note/siyuan/issues/5013
This commit is contained in:
parent
e650b8100c
commit
f40ed985e1
1214 changed files with 345766 additions and 9 deletions
13
DEV.md
13
DEV.md
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
## Get the source code
|
||||
|
||||
* `git clone --recurse-submodules git@github.com:siyuan-note/siyuan.git`
|
||||
* `git clone --recurse-submodules git@github.com:siyuan-note/siyuan.git` For example saved in `D:/siyuan/`
|
||||
* switch to dev branch
|
||||
|
||||
## NPM dependencies
|
||||
|
|
@ -21,17 +21,20 @@ NPM mirror:
|
|||
|
||||
### Desktop
|
||||
|
||||
* `go build --tags "fts5" -o "D:\\siyuan\\app\\kernel\\SiYuan-Kernel.exe"`
|
||||
* `SiYuan-Kernel.exe --wd=D:\\siyuan\\app`
|
||||
* `cd kernel`
|
||||
* `go build --tags "fts5" -o "../app/kernel/SiYuan-Kernel.exe"`
|
||||
* `SiYuan-Kernel.exe --wd=D:/siyuan/app`
|
||||
|
||||
### iOS
|
||||
|
||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o ./ios/iosk.xcframework -target=ios ./kernel/mobile/`
|
||||
* `cd kernel`
|
||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o ./ios/iosk.xcframework -target=ios ./mobile/`
|
||||
* https://github.com/siyuan-note/siyuan-ios
|
||||
|
||||
### Android
|
||||
|
||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm,android/arm64' ./kernel/mobile/`
|
||||
* `cd kernel`
|
||||
* `gomobile bind --tags fts5 -ldflags '-s -w' -v -o kernel.aar -target='android/arm,android/arm64' ./mobile/`
|
||||
* https://github.com/siyuan-note/siyuan-android
|
||||
|
||||
## User Interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue