You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,17 @@ A talking countdown written in golang.
4
4
5
5
### Installation
6
6
7
-
Unfortunately this application has dependencies. Currently there is no os independent possiblity to play audio files in golang :(
7
+
Unfortunately this application has dependencies. Currently (2015-04-11) there is no os independent possiblity to play audio files in golang :(
8
+
9
+
Install [CSFML](http://www.sfml-dev.org/download/csfml/) (tested with `v2.3`).
8
10
9
11
#### Linux
10
12
11
-
Install [CSFML](http://www.sfml-dev.org/download/csfml/) and [SFML](http://www.sfml-dev.org/download/sfml/2.2/). Then just download the [godown](https://github.com/MMore/godown/releases/download/v1.0.0/godown) binary and use it.
13
+
Install [SFML](http://www.sfml-dev.org/download/sfml/2.3/). Then just download the [godown](https://github.com/MMore/godown/releases/download/v1.0.1/godown) binary and use it.
12
14
13
15
#### Mac OS X
14
16
15
-
Clone this repository to your machine and execute `make install_deps_osx`. This installs the dependencies for you. Then just just download the [godown](https://github.com/MMore/godown/releases/download/v1.0.0/godown) binary and use it.
17
+
Clone this repository to your machine and execute `make install_deps_osx`, which installs the dependencies for you. Then just just download the [godown](https://github.com/MMore/godown/releases/download/v1.0.1/godown) binary and use it.
16
18
17
19
If you already have a working CSFML and SFML, you can install it from source with `go get github.com/MMore/godown`.
0 commit comments