Skip to content

Commit f6fea34

Browse files
att
1 parent fd94db1 commit f6fea34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/build_and_install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ i686-w64-mingw32-gcc examples\example_simple.c -o bin\example_simple.exe -lws2_3
3636

3737
For building from scratch you need to have [darwin](https://github.com/OUIsolutions/Darwin/) installed on your machine. To install darwin:
3838
```bash
39-
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.13.0/darwin.out -o darwin.out && chmod +x darwin.out && sudo mv darwin.out /usr/bin/darwin
39+
curl -L https://github.com/OUIsolutions/Darwin/releases/download/0.13.0/darwin_linux_bin.out -o darwin.out && chmod +x darwin.out && sudo mv darwin.out /usr/local/bin/darwin
4040
```
4141

4242
Then you can build the project with in the root dir of the project:

0 commit comments

Comments
 (0)