Is there updated build instructions for compiling Audacity?

I got success for sudo /mac/build_wxwidgets .

result is as below :


The installation of wxWidgets is finished. On certain
platforms (e.g. Linux) you’ll now have to run ldconfig
if you installed a shared library and also modify the
LD_LIBRARY_PATH (or equivalent) environment variable.
wxWidgets comes with no guarantees and doesn’t claim
to be suitable for any purpose.

Read the wxWindows Licence on licencing conditions.


~/src/wxWidgets-3.0.2
richa76s-iMac:wxWidgets-3.0.2

:slight_smile:


So, now I tried running Audacity xcodeproj via both Xcode IDE and xcodebuild command , and error is as follows :

ld: library not found for -lcrt1.10.6.o
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any suggestions ? :cry:

Have you tried

xcode-select --install

Gale