diff --git a/README.md b/README.md index c1ea945..509f8a5 100644 --- a/README.md +++ b/README.md @@ -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`.