Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: cargo-checksum.sh need execute(+x) rights #192

Open
VictorLux opened this issue Oct 9, 2018 · 2 comments
Open

docs: cargo-checksum.sh need execute(+x) rights #192

VictorLux opened this issue Oct 9, 2018 · 2 comments

Comments

@VictorLux
Copy link

On Linux, you need to perform this command in order to build without errors. chmod +x ......../zclassic-1.1.1/depends/cargo-checksum.sh

@nimbosa nimbosa added this to the v2.0.1 milestone Oct 11, 2018
@nimbosa nimbosa changed the title cargo-checksum.sh need execute(+x) rights docs: cargo-checksum.sh need execute(+x) rights Oct 11, 2018
@nimbosa
Copy link
Member

nimbosa commented Oct 11, 2018

yes, we are getting more and more of these permission errors, we will add documentation to make this part of the build process, without changing the git repo, maybe like so:

git config --global core.filemode false
git clone https://github.com/z-classic/zclassic.git
cd zclassic
git checkout dev
git config core.filemode false
sudo chown $(whoami) -R .
sudo chown $(whoami) -R ./*
sudo chmod a+x -R .
sudo chmod a+x -R ./*

### CHECK:
git status

we can fix this at the same time as #188

@nimbosa
Copy link
Member

nimbosa commented Jan 7, 2019

Like other works in progress here, this is overdue. We will prioritize "low-hanging fruits" and close issues on collab/communication, documentation and instruction first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants