Page 1 of 1

How to compile tmw-server (non eathena)

Posted: 17 Jul 2009, 20:09
by Debci
I like to compile the tmw-server non the eathena, because the tmw have the mysql, i tryed to compile thsi but i need sqlite3, ¿Can i install with mysql(non sqlite3)?
If i can please a link to a guide ^^

regards

Re: How to compile tmw-server (non eathena)

Posted: 17 Jul 2009, 20:19
by Jaxad0127
You can change the DB backend when you configure it (see ./configure --help).

Re: How to compile tmw-server (non eathena)

Posted: 17 Jul 2009, 20:39
by Debci
jaxad0127 wrote:You can change the DB backend when you configure it (see ./configure --help).
can you specify the command to use mysql non sqlite?

regards xD (i seeid the command, i writed the command ./configure --without-sqlite3 and it not run :s)

regards

Re: How to compile tmw-server (non eathena)

Posted: 17 Jul 2009, 23:03
by Jaxad0127
Debci wrote:
jaxad0127 wrote:You can change the DB backend when you configure it (see ./configure --help).
can you specify the command to use mysql non sqlite?

regards xD (i seeid the command, i writed the command ./configure --without-sqlite3 and it not run :s)

regards
Also add the flag to use mysql.

Re: How to compile tmw-server (non eathena)

Posted: 18 Jul 2009, 09:29
by Debci
jaxad0127 wrote:
Debci wrote:
jaxad0127 wrote:You can change the DB backend when you configure it (see ./configure --help).
can you specify the command to use mysql non sqlite?

regards xD (i seeid the command, i writed the command ./configure --without-sqlite3 and it not run :s)

regards
Also add the flag to use mysql.
--with-mysql?

regards