mirror of
https://github.com/aolofsson/oh.git
synced 2025-01-17 20:02:53 +08:00
5e16c906f7
Add (work-in-progress) build instructions. Signed-off-by: Ola Jeppsson <ola@adapteva.com>
17 lines
189 B
Markdown
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
|
|
```
|