readme.beos
来自「FreeAMP(MP3播放)程序源代码-用来研究MP3解码」· BEOS 代码 · 共 36 行
BEOS
36 行
$Id: README.beos,v 1.3 2000/03/24 01:28:01 hiro Exp $
THINGS YOU NEED
- perl
I use the one from GeekGadgets. Needed for some assembly codes and
some scripts that may be invoked by Makefile's.
- nasm (http://www.web-sites.co.uk/nasm/)
A binary distribution for BeOS is also available at www.bebits.com.
If you don't have nasm installed, the configure will simply choose
the C versions for the some xingmp3 functions, which will probably
work just fine, just slower.
TO BUILD FREEAMP ON BEOS
In Makefile-plugins.in, comment out the lines that say:
PLUGINS += plugins/obsinput.pmi
PLUGINS += plugins/wavout.pmo
PLUGINS += plugins/cd.pmo
PLUGINS += plugins/lcd.ui
PLUGINS += plugins/irman.ui
PLUGINS += plugins/cddb.mdf
These plugins above are not yet ported, or cannot be ported to BeOS,
such as obsinput which requires ip multicast support. This should
be available as soon as the BONE supports multicast, hopefully.
These should really be done automatically from the configure script,
I am just lazy to do that yet.
Then follow the ritual as usual:
./configure
make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?