Warning you absolutely need ssh to do this.
First proceed to http://sox.sourceforge.net/ and download a build of the software, for instance sox-12.17.9.tar.gz for instance was what I downloaded. Make sure you have SSH enabled for your hosting account, ftp the file to root of your ftp account. Execute the commands contained within the single quotes ‘tar -xfvz sox-12.17.9.tar.gz’ then ‘cd sox-12.17.9’. After you have done this its now time to compile and build. Type in ‘./configure ; make’. After the binaries of the application are made ‘cd src’ then ‘mkdir ../../public_html/sox’ after doing this ‘cp -v sox soxmix tests.sh testall.sh play play.in ../../public_html/sox/’ and now your domain.com/sox/ contains the program files you need.
- 0 Kunder som kunne bruge dette svar