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

Please add build and run instructions to the doc :) #70

Closed
rationalism opened this issue Dec 8, 2023 · 2 comments
Closed

Please add build and run instructions to the doc :) #70

rationalism opened this issue Dec 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@rationalism
Copy link

Hi! The docs don't seem to include the build and run instructions:

cargo build --release
cargo run --release

I'm familiar enough with software that I figured it out, but would be helpful for anyone who doesn't already know Rust. Thank you :)

@rationalism rationalism added the enhancement New feature or request label Dec 8, 2023
@dbalsom
Copy link
Owner

dbalsom commented Dec 8, 2023

There's a bit more to it as well as you may need to install dependencies on different platforms.

Just fyi, cargo run will also build the project first.

@dbalsom
Copy link
Owner

dbalsom commented Dec 23, 2023

I've started a Wiki page with build instructions. I'll flesh this out a bit more. I can't remember all the dependencies I had to install on Ubuntu but I'll reinstall a fresh VM and document everything I had to do. If anyone wants to contribute instructions for other repos that would be helpful.

https://github.com/dbalsom/martypc/wiki/Building-MartyPC

@dbalsom dbalsom closed this as completed Dec 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants