I am trying to install TCPDF and I am lost on how to install it correctly. I've installed PHP libraries via composer before, but I'm not sure what the make commands are for, how to access examples, etc as described in the repo.
As a stop-gap I'm working with an older version as such:
{
"require": {
"tecnickcom/tcpdf": "dev-master"
}
}