readme

来自「无损音频压缩源码. 毕业设计 qq 64134703 更多毕业设计 www.r」· 代码 · 共 31 行

TXT
31
字号
shorten - fast compression for waveform filesInstallation------------Instructions on how to build and install shorten are contained in the INSTALLfile.  Be sure to read it, especially if you have any problems, as it willcontain important notes related to building and installing.  However, for mostpeople this process will be as simple as:% ./configure% make                      (or gmake, if your make is not GNU - see INSTALL)% make check                (IMPORTANT - please do not skip this step!  **)% su -c "make install"      (or install-strip, where strip is supported)** If you get an error here, please contact Jason Jordan <shnutils@freeshell.org>.   Please paste the output of 'make check' into your email, and be prepared to   run some additional tests for me if needed.  :-)Documentation-------------A mostly-complete description of shorten and its command-line arguments arecontained in the man page ("man shorten").To see what changes were made since previous releases, consult the ChangeLogfile.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?