I think you’re running 1.3 from the Debian or Ubuntu package so we need to download the source code, compile it and install it.
First, I recommend you to uninstall the version installed with the package manager. Typically, sudo apt remove elektroid
.
Then, clone the source code with git clone https://github.com/dagargo/elektroid.git
. This should create an elektroid
directory. Get in there.
Now, just compile it. You’ll need the dependencies but look that you’ve installed them already with the command you supplied. You’ll need then to run these commands.
autoreconf --install
./configure
make
sudo make install
These should prepare the source, compile it and install the binaries.
Finally, if you run elektroid -h
you should see something like this.
$ elektroid -h
elektroid 2.0
Usage: elektroid [options]
Options:
--local-directory, -l value
--verbose, -v
--help, -h
If you have further issues, send me a PM and we’ll sort it out.