creating printer queue in Solaris 10

I have installed the foo2zjs drivers but i don't know the next steps to how to make a print queue with ppd files........kindly guide me out if anyone have used foo2jzs or some other methods to configure the hp laserjet 1022n printer.Kindly explain step by step procedure of how to do this.

Thanks

Use "bash" for your shell. Only network printers are supported.
$ export PATH=$PATH:/sbin:/usr/sbin:/usr/sfw/bin:/opt/sfw/bin
[ Load CD Solaris_Software_Companion]
$ cd /media/S10_807_SOFTWARE_COMPANION/Solaris_Software_Companion/Solaris_i386/Packages
$ su root -c "/usr/bin/bash"
# pkgadd -d `pwd` SFWgroff
# pkgadd -d `pwd` SFWgawk
$ wget -O foo2zjs.tar.gz
$ tar zxf foo2zjs.tar.gz
$ cd foo2zjs
$ gmake
$ ./getweb 2530OR other printer
$ su root -c "/usr/bin/bash"
# gmake install
# printmgr

Thanks Incredible!

I will follow the step and revert to you in day or two if i face any further issue.