Added manual build in script
This commit is contained in:
11
BUILD.md
11
BUILD.md
@@ -188,3 +188,14 @@ server {
|
||||
|
||||
}
|
||||
```
|
||||
|
||||
Or build manually using the build script, call it from the project root:
|
||||
|
||||
```
|
||||
bash package_preparer.sh installdeps
|
||||
bash package_preparer.sh download . system
|
||||
bash package_preparer.sh build
|
||||
bash package_preparer.sh installmod
|
||||
```
|
||||
|
||||
You need to ensure that additional packages will be installed.
|
||||
|
||||
Reference in New Issue
Block a user