Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRogersCS authored Jun 26, 2023
1 parent 27b4689 commit 4a02edf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ The following command does the same on Windows.
AudioMoth-Live can be built on macOS using the Xcode Command Line Tools.

```
> clang -I../inc/ -I../miniaudio/ -framework CoreAudio ../src/*.c -o AudioMoth-Live
> clang -I./inc/ -I./miniaudio/ -framework CoreAudio ./src/*.c -o AudioMoth-Live
```

AudioMoth-Live can be built on Windows using the Microsoft Visual C++ Build Tools. Note that to build the correct version you should run the command in the correct environment. Use the 'x64 Native Tools Command Prompt' to build the 64-bit binary on a 64-bit machine, and the 'x64_x86 Cross Tools Command Prompt' to build the 32-bit binary on a 64-bit machine.

```
cl /I..\inc\ /I..\miniaudio\ ..\src\*.c /link /out:AudioMoth-Live.exe
cl /I.\inc\ /I.\miniaudio\ .\src\*.c /link /out:AudioMoth-Live.exe
```

AudioMoth-Live can be built on Linux and Raspberry Pi using the `gcc`.
Expand Down

0 comments on commit 4a02edf

Please sign in to comment.