Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skyus authored Aug 12, 2017
1 parent 77121e1 commit 95e946d
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,19 @@ Supports the iCE40-HX8K Breakout Board and the iCEStick Evaluation Kit, so far.

# Dependencies
## Running
GTK+ 3.0 or higher. (Planning to statically link on macOS).
Ubuntu 14.04 or higher, macOS 10.9 or higher.

GTK+ 3.0 or higher. (Planning to statically link on macOS at a later date if at all possible).

```bash
# macOS
which brew
if [ "$?" == "1" ]; then
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
brew install gtk+3
```

(Unofficially supported, but the AppImage works on Ubuntu 12.04 too).

### First time setup on Linux
Expand All @@ -31,7 +41,7 @@ Luckily, FTDI themselves have provided the [codeless kernel extension](http://ww
Fortunately, unlike Linux, there is another solution that would help keep this as portable as possible: either rewrite iceprog for Apple IOKit or write an interface for wrapper IOKit based on libftdi. Either would be a tall order at the moment unfortunately.

## Building
Make, GTK+ 3.0 or higher, Vala 0.36.3 or higher.
Make, GTK+ 3.0 or higher, Vala 0.36.3 or higher, pkg-config 0.29.2 or higher.

Ubuntu 14.04 or higher, macOS 10.9 or higher.

Expand All @@ -58,4 +68,4 @@ Please note that a GTK installation is needed on macOS is as well. Do not open t
Coming soon.

# License
GNU General Public License v2 or (at your option), any later version. Check 'LICENSE'.
GNU General Public License v2 or (at your option), any later version. Check 'LICENSE'.

0 comments on commit 95e946d

Please sign in to comment.