Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Packages #3343

Closed
acxz opened this issue Jun 6, 2019 · 13 comments
Closed

Linux Packages #3343

acxz opened this issue Jun 6, 2019 · 13 comments
Labels
ToDo RoadMap

Comments

@acxz
Copy link

acxz commented Jun 6, 2019

Some great work has been done in this fork of darknet. Are there plans for releasing linux packages for this fork? It would make the installation process much smoother. Maybe like a Ubuntu PPA or an ArchLinux AUR package?

@AlexeyAB
Copy link
Owner

AlexeyAB commented Jun 6, 2019

@cenit Hi, What do you think about it?

@cenit
Copy link
Collaborator

cenit commented Jun 6, 2019

Hi @acxz. All my recent work here has been made towards this goal. So yes I hope together with @AlexeyAB to release packages for the most important package managers (it is already published on vcpkg which is available on Mac/windows/ubuntu), like brew and a ppa, and also a container

@acxz
Copy link
Author

acxz commented Jun 6, 2019

Nice! Looking forward to it. I would be interested in helping maintain an ArchLinux AUR package.
(That is once I figure out how to install this repo ;p)

@cenit
Copy link
Collaborator

cenit commented Jun 6, 2019

@acxz if you are starting out, I suggest using vcpkg ;)

./vcpkg install darknet[opencv]

@acxz
Copy link
Author

acxz commented Jun 6, 2019

haha I meant installation via source. Since making package build recipes start from there.

@AlexeyAB AlexeyAB added the ToDo RoadMap label Jun 6, 2019
@cenit
Copy link
Collaborator

cenit commented Jun 6, 2019

Vcpkg builds packages from sources, directly on your pc. It contains also the recipe it uses to build it, driving CMake and the compiler

@acxz
Copy link
Author

acxz commented Jun 6, 2019

That would definitely be helpful to see then.

@cenit
Copy link
Collaborator

cenit commented Jun 6, 2019

I wrote the recipe also there (and is under review an update), so it’s my fault if it doesn’t work 🤣

You find it on github.com/Microsoft/vcpkg

@acxz
Copy link
Author

acxz commented Jun 10, 2019

I finally got around to creating an ArchLinux package for this repo. Here it is: https://aur.archlinux.org/packages/darknet-alexeyab-git/

@AlexeyAB
Copy link
Owner

@acxz Thanks!

@acxz
Copy link
Author

acxz commented Jun 10, 2019

np. I was wondering about adding a section on the readme that lists all ports, but right now it would be pretty bare with only vcpkg and the archlinux package. Maybe once there is a ubuntu package, having such a section would be helpful.

@acxz
Copy link
Author

acxz commented May 3, 2024

Closing this issue as this fork of darknet has been superceded by hank-ai's fork of darknet: https://github.com/hank-ai/darknet

for more info: https://www.ccoderun.ca/programming/darknet_faq/#which_repos_to_use_and_avoid

@acxz acxz closed this as completed May 3, 2024
@cenit
Copy link
Collaborator

cenit commented May 3, 2024

in any case, the linux package was and is provided by continuous integration daily (and for each release)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ToDo RoadMap
Projects
None yet
Development

No branches or pull requests

3 participants