Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slangerosuna/submarine
code for the RPi on a submarine my brother made
https://github.com/slangerosuna/submarine
Last synced: about 11 hours ago
JSON representation
code for the RPi on a submarine my brother made
- Host: GitHub
- URL: https://github.com/slangerosuna/submarine
- Owner: slangerosuna
- Created: 2023-10-23T16:51:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T03:17:25.000Z (about 1 year ago)
- Last Synced: 2024-11-12T04:09:55.054Z (2 months ago)
- Language: Rust
- Size: 9.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building
### Requirements
To build this app, you are going to need:
1. rustup### How to
All you need to do (after installing rustup) is:
1. clone the repo
2. run
```sh
cd [repository path] && cargo b --release
```
After doing that, the built executable should be in ./target/release/submarine