Skip to content
Snippets Groups Projects
Unverified Commit f88b8029 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #33 from BojanKogoj/bojan/run-instructions

Added run instructions
parents 20d51f78 11f1e379
No related branches found
No related tags found
No related merge requests found
......@@ -5,3 +5,28 @@ The Orbital Utilities. Compatible with Redox and SDL2 platforms.
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![crates.io](http://meritbadge.herokuapp.com/orbutils)](https://crates.io/crates/orbutils)
## Quick setup
To run on Linux/OSX you will need SDL2
Install SDL2 on Debian-based systems
```
sudo apt-get install libsdl2-dev
```
Install on OSX using Homebrew
```
brew install sdl2
```
You will need Rust nightly installed
```
curl https://sh.rustup.rs -sSf | sh
rustup override set nightly
```
Clone and run
```
git clone https://github.com/redox-os/orbutils.git
cargo run --bin calculator
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment