How to compile tmw-server (non eathena)

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
Debci
Peon
Peon
Posts: 13
Joined: 10 Feb 2009, 17:41

How to compile tmw-server (non eathena)

Post 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
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

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

Post by Jaxad0127 »

You can change the DB backend when you configure it (see ./configure --help).
Image
Debci
Peon
Peon
Posts: 13
Joined: 10 Feb 2009, 17:41

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

Post 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
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

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

Post 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.
Image
Debci
Peon
Peon
Posts: 13
Joined: 10 Feb 2009, 17:41

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

Post 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
Post Reply