-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add build instructions for windows #41
Add build instructions for windows #41
Conversation
@DavidIfebueme amazing work thanks! I have added a couple of comments |
@kuronosec not sure why but i cant see the comments on the readme. |
README.md
Outdated
```bash | ||
git clone https://github.com/kuronosec/zk-firma-digital | ||
git clone https://github.com/yourusername/zk-firma-digital.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why "yourusername" and not the original repo?
README.md
Outdated
cd zk-firma-digital | ||
``` | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe you can delete a couple of empty lines.
README.md
Outdated
|
||
|
||
### 2. Run the Build Script | ||
While in the oot directory of the cloned repository and run the build by executing the Windows build script: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oot --> root
@DavidIfebueme ups sorry I hadn't sent the review |
…om/DavidIfebueme/zk-firma-digital into add-build-instructions-for-windows
i've applied all the advised changes @kuronosec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@DavidIfebueme I just changed the destination branch to dev (take this in account next time) and then approved it, thanks a lot! |
I added some instructions for building on a windows machine. tooling around mingw based git bash to run build sh script, pyinstaller for building the exe and Inno setup.
tested on my end (a windows machine) to ensure .exe was created in the /build.
please review. thanks :)