From 712f07abca69e551329b1abbfbb1d9fb2d9e4b5c Mon Sep 17 00:00:00 2001 From: skywalker Date: Fri, 26 Jan 2024 11:16:20 +0800 Subject: [PATCH 1/2] Build Seafile --- manual/build_seafile/rpi.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manual/build_seafile/rpi.md b/manual/build_seafile/rpi.md index bd3dabc7..a89ad651 100644 --- a/manual/build_seafile/rpi.md +++ b/manual/build_seafile/rpi.md @@ -1,5 +1,9 @@ # How to Build Seafile Server Release Package for Raspberry Pi +From seafile 11.0, you can refer to the [seafile-build.sh](https://github.com/haiwen/seafile-docker/tree/master/build) script to compile the Seafile on your own device. + +The `seafile-build.sh` compatible with more platforms, including rpi, arm, x86-64 + _Table of contents_: * [Setup the build environment](#wiki-setup-build-env) From 6ee23551f2ff9d5dd851a36ad7f3d319b5770d5d Mon Sep 17 00:00:00 2001 From: Daniel Pan Date: Fri, 26 Jan 2024 14:05:18 +0800 Subject: [PATCH 2/2] Update rpi.md --- manual/build_seafile/rpi.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/manual/build_seafile/rpi.md b/manual/build_seafile/rpi.md index a89ad651..3c8a2494 100644 --- a/manual/build_seafile/rpi.md +++ b/manual/build_seafile/rpi.md @@ -1,8 +1,10 @@ # How to Build Seafile Server Release Package for Raspberry Pi -From seafile 11.0, you can refer to the [seafile-build.sh](https://github.com/haiwen/seafile-docker/tree/master/build) script to compile the Seafile on your own device. +From Seafile 11.0, you can refer to the [seafile-build.sh](https://github.com/haiwen/seafile-docker/tree/master/build) script to compile the Seafile on your own device. -The `seafile-build.sh` compatible with more platforms, including rpi, arm, x86-64 +The `seafile-build.sh` compatible with more platforms, including Raspberry Pi, arm-64, x86-64 + +**Old version is below:** _Table of contents_: