fix nested cloning issue; add some installation of build essential and cmake; update readme#146
Conversation
|
In clean Ubuntu install git is not installed If the repository is already cloned running
@5iri confirm |
|
all good, your idea make sense @badboy1606, do it this way. it also allows for people who have so the process in which I am thinking is, a person does does this makes sense? @crisiumnih |
|
So I have updated the install.sh. can you please review @crisiumnih @5iri |
install.sh
Outdated
| } | ||
|
|
||
| # Detect OS | ||
| #OS detection |
There was a problem hiding this comment.
why are you changing this comment? doesn't show any significance though?
There was a problem hiding this comment.
ok i will do it as it is
Makefile
Outdated
|
|
||
| @echo "installing missing dependencies..." | ||
|
|
||
| ifneq (,$(findstring ubuntu,$(OS))) |
There was a problem hiding this comment.
either you reduce the loc or increase it for formatting? you have increased it here and reduced it on
debian|wsl) sudo apt install -y make ;;
|
switched to the original makefile only and just added some installation of buiild essential and cmake |
|
@crisiumnih can you also check once? |
Fix install script issues
This PR fixes issues in
install.sh:/etc/localtimeTested on Pop!_OS(24.04 LTS) .