Development Container
Use sfsget to download the devx SFS and add it to the existing console container. This creates a self-contained development environment without polluting the main installation with developent tools, libraries, etc.
Creating a PET package
Typical steps to create a PET package are:
./configure
make
new2dir make install
If you opt to not create the PET package from within new2dir, use the following command to create the package:
dir2pet directory
where directory is the directory created by new2dir.