claritylab / lucida

Speech and Vision Based Intelligent Personal Assistant
Other
4.81k stars 883 forks source link

Lucida on ArchLinux? #230

Closed Eragonfr closed 1 year ago

Eragonfr commented 6 years ago

I want to compile Lucida on my computer, but I'm with ArchLinux. How can I install dependencies and run scripts ?

cassiosantos commented 6 years ago

Hi @Eragonfr !

For a easy way to try Lucida, please see: https://github.com/k0105/mini-lucida

Eragonfr commented 6 years ago

This is a minimal repository containing everything to setup Lucida via Kubernetes on an Ubuntu host. I am on ArchLinux, apt does not exist. The package manager is pacman.

nils-van-zuijlen commented 6 years ago

You (the project development team) should make lucida installable without the use of apt or dpkg, because not everyone is on a Debian(-like) distribution of Linux.

nils-van-zuijlen commented 6 years ago

Then, you may create a package adapted to Debian. And @EragonFr may create an AUR package for Archlinux.

Eragonfr commented 6 years ago

If you create a binary package debian(a .deb package) I could adapt it for ArchLinux based distribution, but as things stand I can't even compile it since the build tools are made for Debian-like distributions. Sorry if my english is bad.