Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TrueOS-Cheatsheet #2

Closed
wants to merge 1 commit into from
Closed

Update TrueOS-Cheatsheet #2

wants to merge 1 commit into from

Commits on Jan 29, 2019

  1. Update TrueOS-Cheatsheet

    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"
    Rod Myers committed Jan 29, 2019