Skip to content

Commit cee6633

Browse files
author
Mitsutoshi Aoe
committed
Update installation instructions
1 parent 1e98689 commit cee6633

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22
[![Hackage](https://img.shields.io/hackage/v/threadscope.svg)](https://hackage.haskell.org/package/threadscope)
33
[![Hackage-Deps](https://img.shields.io/hackage-deps/v/threadscope.svg)](http://packdeps.haskellers.com/feed?needle=threadscope)
44
[![Build Status](https://travis-ci.org/haskell/ThreadScope.svg?branch=master)](https://travis-ci.org/haskell/ThreadScope)
5-
[![Build status](https://ci.appveyor.com/api/projects/status/y6kd8pyh2f3qok4f?svg=true)](https://ci.appveyor.com/project/Mikolaj/threadscope)
5+
[![Build status](https://ci.appveyor.com/api/projects/status/tiwkb7k6p38dde03/branch/master?svg=true)](https://ci.appveyor.com/project/maoe/threadscope-44t6e/branch/master)
66

7-
## Installation
7+
## Using pre-built binaries
8+
9+
Currently [pre-built binaries](https://github.com/haskell/ThreadScope/releases) for the following platforms are provided:
10+
11+
* Ubuntu Trusty (64-bit)
12+
* OS X
13+
* Windows (x64)
14+
15+
GTK+2 needs to be installed for those binaries to work. On OS X, `gtk-mac-integration` also needs to be installed.
16+
17+
## Building from source
818

919
### Linux
1020

@@ -25,7 +35,7 @@ stack setup
2535
stack install
2636
```
2737

28-
### macOS
38+
### OS X
2939

3040
GTK+ and gtk-mac-integration are required.
3141

0 commit comments

Comments
 (0)