Tag Archives: freebsd installation notes

freebsd notes - compiling and installing using ports

# compiling and installing using ports
ex.

whereis package
 
cd /usr/ports/package
 
make

# installing bash

cd /usr/ports/shells/bash
 
sudo make
 
sudo make install

# installing screen

cd /usr/ports/sysutils/screen
 
sudo make
 
sudo make install

# installing perl

cd /usr/ports/perl5
 
sudo make
 
sudo make install

# installing wget

cd /usr/ports/ftp/wget
 
sudo make
 
sudo make install

# di

cd /usr/ports/sysutils/di
 
sudo make
 
sudo make install

# php5

cd /usr/ports/lang/php5
 
sudo make install clean

resources
http://www.freebsd.org/doc/handbook/portsnap.html

[tags]freebsd, software, freebsd_installation_notes[/tags]

Bad Behavior has blocked 1115 access attempts in the last 7 days.

>>>>>>> .r246