You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/guide/manual-build.md
+73
Original file line number
Diff line number
Diff line change
@@ -553,3 +553,76 @@ If you need to build multiple times locally, the following method can save you t
553
553
- If you want to rebuild once, but do not re-download the source code, you can first `rm -rf buildroot source` to delete the compilation directory and source code directory, and then rebuild.
554
554
- If you want to update a version of a dependency, you can use `bin/spc del-download <source-name>` to delete the specified source code, and then use `download <source-name>` to download it again.
555
555
- If you want to update all dependent versions, you can use `bin/spc download --clean` to delete all downloaded sources, and then download them again.
556
+
557
+
## embed usage
558
+
559
+
If you want to embed static-php into other C language programs, you can use `--build-embed` to build an embed version of PHP.
0 commit comments