Lartu / ldpl

COBOL-like programming language that compiles to C++. With serious dinosaurs with neckties and briefcases 🦕💼
https://www.ldpl-lang.org/
Apache License 2.0
160 stars 24 forks source link

Remove PHP dependencies #167

Closed Lartu closed 1 year ago

Lartu commented 4 years ago

At the moment in order to properly build LDPL with a man file you have to have PHP installed on your system. This requirement should be removed.

xvxx commented 4 years ago

We can probably do this with LDPL now :+1:

It would also be good to eventually list every dependency needed to build or develop LDPL in the README or somewhere, like the version of make that is known to work.

Lartu commented 4 years ago

100% agreed! Also yes, the dependency list is a great idea.