How to install - pvigier/gitamine GitHub Wiki
Windows (.exe)
No installation is required. Just decompress the archive and launch gitamine.exe
.
Linux (.exe, .deb, .rpm)
.exe
No installation is required. Just decompress the archive and launch gitamine
.
.deb
sudo apt install ./gitamine_x.y.z_amd64.deb
Where x.y.z
is the version of gitamine you downloaded.
.rpm
Depending of your package manager:
sudo dnf install ./gitamine_x.y.z_amd64.rpm
or
sudo yum install ./gitamine_x.y.z_amd64.rpm
Where x.y.z
is the version of gitamine you downloaded.
Known issues on Linux
Error with libcurl.so.4
Uncaught Error: libcurl.so.4: cannot open shared object file: No such file or directory
Install libcurl4
to solve the dependency issue.
If you use apt
as package manager, run:
sudo apt install libcurl4