| 15 | | {{{ |
| 16 | | Builds with updated config.guess |
| 17 | | If installing to /boot/common, you may need to create the /boot/common/man and |
| 18 | | /boot/common/man/man1 directories to get it to run make install smoothly. |
| 19 | | }}} |
| | 15 | |
| | 16 | To build with shared libraries, copy in haiku config.guess/.sub files then[[BR]] |
| | 17 | patch (to be added soon), then run: |
| | 18 | [[BR]] |
| | 19 | |
| | 20 | * aclocal |
| | 21 | * libtoolize --force |
| | 22 | * automake --add-missing |
| | 23 | * autoconf |
| | 24 | * ./configure --prefix=/boot/common --enable-shared |
| | 25 | * make |
| | 26 | * make install[[BR]] |
| | 27 | You may need to create the shared/man and shared/man/man1 directories to get it to run make install smoothly. |