First of all you have to install some dependencies. Some of them require *-devel packages in order to be built, so, install them first.
- Kode: Pilih semua
yum install gdbm-devel zlib-devel ncurses-devel sqlite-devel pcre-devel
Then install OCaml compiler. I usually use precompiled rpm package.
http://id.jsmart.web.id/files/bots/sulc ... 5.i386.rpm
- Kode: Pilih semua
rpm -ihv ocaml-3.10.1-1.el5.i386.rpm
You may need --force and --nodeps flag, hope you know what you do.
After installing OCaml, install some code libraries used by sulci.
1. http://id.jsmart.web.id/files/bots/sulc ... 2.4.tar.gz
- Kode: Pilih semua
./configure
make all
make opt
make install
2. http://id.jsmart.web.id/files/bots/sulc ... .1.tar.bz2
- Kode: Pilih semua
make
make install
3. http://id.jsmart.web.id/files/bots/sulc ... 1.1.tar.gz
- Kode: Pilih semua
make all.opt
make install
4. http://id.jsmart.web.id/files/bots/sulc ... 2.9.tar.gz
- Kode: Pilih semua
./configure
make all
make opt
make install
5. http://id.jsmart.web.id/files/bots/sulc ... 1.3.tar.gz
- Kode: Pilih semua
make all
make allopt
make install
6. http://id.jsmart.web.id/files/bots/sulc ... 2.0.tar.gz
- Kode: Pilih semua
./configure
make
make install
After these steps you should be able to compile sulci by typing “make” in the command line.
Feel free to ask your questions.



