File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 2
2
[ ![ Hackage] ( https://img.shields.io/hackage/v/threadscope.svg )] ( https://hackage.haskell.org/package/threadscope )
3
3
[ ![ Hackage-Deps] ( https://img.shields.io/hackage-deps/v/threadscope.svg )] ( http://packdeps.haskellers.com/feed?needle=threadscope )
4
4
[ ![ 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 )
6
6
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
8
18
9
19
### Linux
10
20
@@ -25,7 +35,7 @@ stack setup
25
35
stack install
26
36
```
27
37
28
- ### macOS
38
+ ### OS X
29
39
30
40
GTK+ and gtk-mac-integration are required.
31
41
You can’t perform that action at this time.
0 commit comments