Rod Myers
if the user wishes to start  attempting to compile programs from the ports tree. the user will need to the following to accomplish this task


24: make sure that you remove anything in /usr/ports

	sudo rm -rf * /usr/ports

grab the trueos ports tree

	git clone https://github.com/trueos/trueos-ports /usr/ports


25: now to install the development packages
	
	pkg install -g "OS-*-development"