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

vibrant-cli: command not found #2

Open
JaviruloNT opened this issue Aug 1, 2022 · 4 comments
Open

vibrant-cli: command not found #2

JaviruloNT opened this issue Aug 1, 2022 · 4 comments

Comments

@JaviruloNT
Copy link

So, after installing it with no errors, it just won"t work.
image

@ghost
Copy link

ghost commented Oct 27, 2022

make is only used to build the application
To install you must use make install or make install/local

@JaviruloNT
Copy link
Author

JaviruloNT commented Oct 27, 2022 via email

@Riyufuchi
Copy link

Launch it with ./ as application.

@Ikuyu
Copy link

Ikuyu commented Dec 3, 2024

$ sudo dnf install -y g++ cmake libX11-devel libXrandr-devel libXNVCtrl-devel
$ git clone https://github.com/libvibrant/libvibrant; cd libvibrant; mkdir build; cd build; cmake ..; make; sudo make install; sudo cp libvibrant.so.1 /usr/lib64/
$ sudo dnf remove -y g++ cmake libX11-devel libXrandr-devel libXNVCtrl-devel

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

No branches or pull requests

3 participants