Slide 39
Slide 39 text
ports & package
package
● Install faster, but
run slower (binary)
● less flexibility
● save the time
building from
source
ports
● Build from source
● Install slower than
package, but run
faster
● more flexibility
● easier to modify
code