Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
stratact
orbutils
Commits
f88b8029
Unverified
Commit
f88b8029
authored
Nov 21, 2017
by
Jeremy Soller
Committed by
GitHub
Nov 21, 2017
Browse files
Merge pull request #33 from BojanKogoj/bojan/run-instructions
Added run instructions
parents
20d51f78
11f1e379
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f88b8029
...
@@ -5,3 +5,28 @@ The Orbital Utilities. Compatible with Redox and SDL2 platforms.
...
@@ -5,3 +5,28 @@ The Orbital Utilities. Compatible with Redox and SDL2 platforms.
[

](./LICENSE)
[

](./LICENSE)
[

](https://crates.io/crates/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
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment