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

How to run build 0.1.0 #78

Open
chris227712 opened this issue Aug 15, 2024 · 4 comments
Open

How to run build 0.1.0 #78

chris227712 opened this issue Aug 15, 2024 · 4 comments

Comments

@chris227712
Copy link

chris227712 commented Aug 15, 2024

I'm not very familiar with coding, but I've been trying to figure out how to package version 0.1.0 into a release build, specifically as an executable (exe) file.
Any help with this is very appreciate.

@litteon
Copy link

litteon commented Aug 15, 2024

  1. Install rust and cargo mentioned in this page.
  2. Navigate to the main page. Switch to branch release/0.1.0 and then click Code, click Download ZIP. (You can also use git to checkout the source code if you have)
  3. Open you command prompt and change to the folder you extracted the source code from ZIP file.
  4. Run "cargo build --release" then exe file will be created in sub folder(target\release).
  • In current release you need manually change the file "Cargo.lock" with your text editor. Find the line below and remove "#2753ac0a0734d2d5e9f87e803ef83c34b473792c" before you build exe.

source = "git+https://github.com/ClayAmore/ER-Save-Lib.git#2753ac0a0734d2d5e9f87e803ef83c34b473792c"

@chris227712
Copy link
Author

Thanks

@rologithub
Copy link

ERROR_ER-Save-Editor-release-0.1.0.txt

Complete newb to all of this. I went through the steps outlined above:

  • installed rust/cargo
  • downloaded the 0.1.0 zip
  • extracted
  • edited the line in the code you outlined (removed the portion that you said to)
  • navigate to that dir in cmd
  • run "cargo build --release"

When run this, all goes well for the first ~300 of 377 items that it begins to compile. Then it starts having some errors with part of the build. Output attached. Any help would be greatly appreciated.

@CRISG208916
Copy link

hola buenas noches tengo un problema lo que pasa es que cuando quiero abrir el programa no se abre nada por favor ayuda

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

No branches or pull requests

4 participants