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
I downloaded the distfile https://github.com/Tribler/tribler/archive/v6.4.0.zip with the aim of creating a pkgsrc package for it. However, it doesn't seem to contain the git submodules.
Of course, for packaging purposes one wants to work only with stable releases and avoid having to rely on git checkouts, which are by their nature unstable.
I'm also missing an installation procedure. It is unclear which files need to be packaged to create a runnable package.
Furthermore, the list of dependencies, as given in Tribler/readme.md, seems incomplete. Leaving aside the optional ones, so far I have had to add at least py-twisted as a prerequisite.
Note that this is a different issue than #1056 despite the similar initial symptom.
The text was updated successfully, but these errors were encountered:
About packaging info: Yeah, we should create a setup.py that works everywhere. Right now there are separate scripts for win/mac/linux. You could take a look at debian/ in the meanwhile to see how it's done there. (Follow issue README.md Doesn't contain instructions on how to package Tribler. #1078)
About the deps: They should be up to date on devel's README.md take a look there, that will get merged back to next on the next release cycle. You can also look at debian/control
Any more info you need, just comment on one of the issues or create a new one.
Have in mind you won't get any replies until after the holidays.
Closing this issue as we should follow up in #1077 and #1078.
I downloaded the distfile https://github.com/Tribler/tribler/archive/v6.4.0.zip with the aim of creating a pkgsrc package for it. However, it doesn't seem to contain the git submodules.
Of course, for packaging purposes one wants to work only with stable releases and avoid having to rely on git checkouts, which are by their nature unstable.
I'm also missing an installation procedure. It is unclear which files need to be packaged to create a runnable package.
Furthermore, the list of dependencies, as given in Tribler/readme.md, seems incomplete. Leaving aside the optional ones, so far I have had to add at least py-twisted as a prerequisite.
Note that this is a different issue than #1056 despite the similar initial symptom.
The text was updated successfully, but these errors were encountered: