We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd94db1 commit f6fea34Copy full SHA for f6fea34
1 file changed
docs/build_and_install.md
@@ -36,7 +36,7 @@ i686-w64-mingw32-gcc examples\example_simple.c -o bin\example_simple.exe -lws2_3
36
37
For building from scratch you need to have [darwin](https://github.com/OUIsolutions/Darwin/) installed on your machine. To install darwin:
38
```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
+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
40
```
41
42
Then you can build the project with in the root dir of the project:
0 commit comments