Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Aug 24, 2018
1 parent 766ca51 commit 4b4df82
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@

Pure Swift Cross-platform UIKit (Cocoa Touch) implementation (Supports Linux)

## Dependencies
## Build

### OS X
`brew install cairo sdl2 lcms2`
```
brew install cairo sdl2 lcms2
swift build -Xlinker -L/usr/local/lib
```

### Ubuntu
`sudo apt-get install libcairo-dev libsdl2-dev liblcms2-dev`
```
sudo apt-get install libcairo-dev libsdl2-dev liblcms2-dev
swift build
```

## Screenshots

Expand Down

0 comments on commit 4b4df82

Please sign in to comment.