Closed arcao closed 8 years ago
Hi Arcao,
The minimalPkg must under source/ folder. You can see https://developer.synology.com/developer-guide/create_package/build_and_create_package.html Source Code Layout section for more information.
Thanks.
Thanks! It works!
Hi @tacc716,
Thanks for your reply. Please check:
build_env/ds.bromolow-6.1
exists.source/minimalPkg/SynoBuildConf/depends
has version all="6.1"
PkgCreate.py will find the target platform according to the depends version. If build_env/ds.bromolow-6.1
not exists, please follow pkgscripts-ng to set up the environment or adjust the depends version.
Thanks.
Hi,
I am trying to build this example package by documentation located at https://developer.synology.com/developer-guide/index.html.
I prepared my environment as is there described:
Then downloaded minimalPkg:
A builded with:
Unfortunately this results with error:
Any idea what I am doing wrong?