4

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"
    }
}
Norbert
  • 2,741
  • 8
  • 56
  • 111
Gurnzbot
  • 3,742
  • 7
  • 36
  • 55
  • Which OS are you running on? Makefile is used to build the library from the source in this repo. – Nijraj Gelani Oct 12 '16 at 18:11
  • How is your stop-gap solution using an "older version"? Typically `dev-master` is for bleeding-edge code, not old code. – ChrisGPT was on strike Oct 12 '16 at 18:51
  • 1
    I thought so! The CHANGELOG.TXT within the repo states there is a newer version and points to the git repo, so I figured that was the case. I am working with an Apache server. – Gurnzbot Oct 12 '16 at 20:15
  • can you please help how to install ? is we need to install through commands ? – fresher Dec 21 '16 at 07:43
  • @fresher I installed it using [composer](https://getcomposer.org/). The code in my question is what I'm using. – Gurnzbot Dec 21 '16 at 16:18

0 Answers0