Changes between Version 2 and Version 3 of media-libs/libmodplug
- Timestamp:
- 07/01/08 22:55:08 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
media-libs/libmodplug
v2 v3 13 13 === work in progress (scottmc) === 14 14 15 Needs BeOS config.guess file, then ./configure --prefix=/boot/common 16 make, make install 15 Copy in Haiku config.guess/.sub files, then run:[[BR]] 16 * aclocal 17 * libtoolize --force 18 * automake --add-missing 19 * autoconf 20 * ./configure --prefix=/boot/common --enable-shared --enable-static 21 * make 22 * make install 23 24 This will make both the static and shared library files, if you only need one or the other then only enable the one you want.
