Hi,
On Thu, Aug 15, 2019 at 02:35:09PM -0700, Lonnie Cumberland wrote:
> I am trying to package OGON into a minimalist Linux iso (either Debian or
> Ubuntu) and was wondering if there was a binary package available that
> could be used instead of having to build it from scratch?
we don't have any pre built packages/binaries at the moment ;(. But I've
started packaging most of the repositories for deb and rpm. In most
repository you will find a directory called "packaging" with sub folders
for rpm and deb.
> I was able to build OGON but have no idea how to extract just the binaries,
> support files, and dependencies.
If you built according to the instructions all binaries should end up in
/opt/ogon. For dependencies it's a little bit trickier. The once
mentioned in the build instructions also contain the build dependencies.
When you use the packaging information you should find all required
dependencies in the Debian control file (for ogon that would be
packaging/deb/ogon/control).
Hope that helps.
Best regards,
Bernhard