1
0
mirror of https://github.com/aolofsson/oh.git synced 2025-01-17 20:02:53 +08:00
oh/README.md
Ola Jeppsson 5e16c906f7 Update README
Add (work-in-progress) build instructions.

Signed-off-by: Ola Jeppsson <ola@adapteva.com>
2015-07-05 23:32:28 +02:00

17 lines
189 B
Markdown

=======
# OH!
Open Hardware (Pure and Simple)
(work in progress...)
## Building
```
git clone https://github.com/parallella/oh.git
cd oh
mkdir build
cd build
../configure
make elink
```