And I have followed all the instructions listed in the following pages:
http://wiki.audacityteam.org/wiki/Devel ... ng_on_Unix
http://wiki.audacityteam.org/wiki/Compi ... ress_wxGTK
I have my own copy of WxGTK installed in /home/etna/Downloads/Applications/Audacity/dependencies. To make the compiler aware of the libraries, I have also done the following step:
Code: Select all
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/etna/Downloads/Applications/Audacity/dependencies/lib64Code: Select all
WX_CONFIG=/home/etna/Downloads/Applications/Audacity/dependencies/bin/wx-config ./configure --with-libvorbis --with-libflac --with-ffmpeg --with-lame --with-libid3tag --with-libmad --prefix=/home/etna/Downloads/Applications/AudacityAny assistance will be greatly appreciated.