SynologyOpenSource / ExamplePackages

29 stars 8 forks source link

ExamplePackage Makefile and SynoBuildConf/install are invalid #3

Open pjdubya opened 4 weeks ago

pjdubya commented 4 weeks ago

Makefile attempts to execute GenerateModuleFiles.php which does not exist in this repo or in https://github.com/SynologyOpenSource/pkgscripts-ng . The website page https://help.synology.com/developer-guide/getting_started/first_package.html is what asks users to use this ExamplePackage in the first place, but then on that page it uses a different Makefile (without telling the user that it is different and they should modify their local version).

Likewise the create_package_tgz() in SynoBuildConf/install differs from what is on that page, and as it is, the SynoBuildConf/install is invalid, throwing:

make: *** No rule to make target 'packageinstall'. Stop.

yi10235512 commented 2 weeks ago

Hi @pjdubya,

Thank you for your feedback regarding the use of SynologyOpenSource.

In DSM 7.2.2, we have introduced a new way that allows users to create DSM Package Applications using the Vue.js framework. Additionally, we have provided a new 7.2 toolkit, along with necessary tools available at here. The missing GenerateModuleFiles.php file is now included in that branch.

We apologize for any confusion caused and will update the documentation promptly.