You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current python egg building script for d-rats is building and installing a script with a lzhuf binary.
This makes the resulting egg only installable on that specific platform.
The proper procedure is for a pip install of the resulting egg to do a local build of the lzhuf binary, which means that the end user getting the egg must already have to pre-installed the tools to build it.
In the future, we should look into getting the lzhuf utility pre-built in a distro specific package that can be pre-installed before installing d-rats.
The text was updated successfully, but these errors were encountered:
I think instead of working on how to remove the lzhuf from pip installable packages, the time is better spent in working out how to create what is known as First Class Packages. These are packages like RPMs, DEBs, etcetera.
Current python egg building script for d-rats is building and installing a script with a lzhuf binary.
This makes the resulting egg only installable on that specific platform.
The proper procedure is for a pip install of the resulting egg to do a local build of the lzhuf binary, which means that the end user getting the egg must already have to pre-installed the tools to build it.
In the future, we should look into getting the lzhuf utility pre-built in a distro specific package that can be pre-installed before installing d-rats.
The text was updated successfully, but these errors were encountered: