FreeBSD Packages and Ports management Building and installing software

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

If you have found your software in the ports tree, now its the time to build it.

Simple build and install with manual configuration

cd /usr/ports/www/apache24
make
make install

Simple build and install with automatic configuration

cd /usr/ports/www/apache24
make BATCH=yes
make install


Got any FreeBSD Question?