How do I actually install Neolink after Gstreamer is installed on Ubuntu Server? #126
Unanswered
aaronj1234
asked this question in
Q&A
Replies: 3 comments 30 replies
-
Oh my apologies on ubuntu, could you try this
chmod +x neolink
./neolink --config my_config.toml Note the |
Beta Was this translation helpful? Give feedback.
13 replies
-
Please can you run this: ls -lha ~/Downloads/neolink /usr/local/bin/neolink
ls -lha /usr/local/bin/neolink They should have the same file size |
Beta Was this translation helpful? Give feedback.
12 replies
-
You have gone back a step ToT. You have copied the neolink CONFIG into cd ~/Downloads/
cp /usr/local/bin/neolink my_config.toml
sudo cp neolink /usr/local/bin/neolink
sudo chmod +x /usr/local/bin/neolink
neolink --config my_config.toml |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I don't really understand how to install the Neolink package with the configuration file that I made. It just says to open a shell and type in that command "neolink --config my_config.toml" but it just comes up with an error, even if I cd to the directory where I unzipped it.
Beta Was this translation helpful? Give feedback.
All reactions