You are not logged in.
Pages: 1
I am trying to understand something. I found something on Github I want to try.
It works with my Apple Ipad (6th gen). The commands I want to use are:
git clone https://github.com/tr4m0ryp/tr4mpass.git
cd tr4mpass
I found I was missing git, so I used the commands:
sudo apt update
sudo apt upgrade
sudo apt install git-all
Now I get an error: missing curl/curl.h
Any help?
Last edited by Digidoc (Yesterday 05:37)
Offline
sudo apt install curl
However, I suggest you read the start-helpers-sh script before you just plunge in as you will find a whole lot more dependencies need to be installed.
That script is probably designed to do that for you.
Last edited by bin (Yesterday 07:22)
Offline
Thanks. I get 2 interesting messages. Curl is already installed and is the newest version. 10 or more packages are no longer needed and may be removed. I used: sudo apt autoremove to get rid of them. I think I am ready, I rerun the script, the compile again fails [fatal error: curl/curl.h: No such file or directory. 6 | #include <curl/curl.h> compilation terminated. I continue to try.
Offline
Pages: 1