ahausladen / JsonDataObjects

JSON parser for Delphi 2009 and newer
MIT License
413 stars 160 forks source link

Added dspec file for dpm support #54

Closed vincentparrett closed 3 years ago

vincentparrett commented 4 years ago

Added a dspec file for creating dpm packages

To create the packages, after downloading dpm.exe (from the release tab on the above link( and adding it to your path), run (from the jsondataobjects folder)

dpm pack ahausladen.JsonDataObjects.dspec -o=c:\yourdpmsource 

Since we don't yet have a central repository for packages, the recommended way to distribute them is to create a release on github and upload the dpkg files as assets on the release.

Why am I doing this? Well I use jsondataobjects in dpm itself (and will be using it in other projects soon too), so trying to bootstrap it ;)

vincentparrett commented 4 years ago

BTW, I wasn't entirely sure which platforms you support so stuck with Win32 & Win64, and Linux for 10.2 and 10.3 - the dspec is a json file (hence why I'm using jsondataobjects).

vincentparrett commented 3 years ago

Closing this PR due to inactivity.. will publish dpm support in fork.