-
Notifications
You must be signed in to change notification settings - Fork 10
Setup package build environment
Kyle Berthelette edited this page Jan 6, 2018
·
2 revisions
Debian packaging tools are needed to create a deb package.
$ schroot -c R6 sudo -- apt update
$ schroot -c R6 sudo -- apt install devscripts
Setup ReadyNAS Dev Environment:
- Setup C/C++ compile (amd64)
- Setup C/C++ cross-compile (armel on amd64)
- Setup package build environment
Development Specifications:
- ReadyNAS Applications Specification
- Packaging guideline
- Setting up private Debian repository for test
VirtualBox Instructions:
Developer FAQ:
Miscellaneous