Eve-of-Darkness / db-public

Vanilla database for Dawn of Light
19 stars 19 forks source link

Missing install instruction #249

Closed DigitalBox98 closed 2 years ago

DigitalBox98 commented 2 years ago

Go software is not enough to build the "public-db.sql". Indeed for Win10 you need to install in addition to Go, the TDM-GCC package : https://jmeubank.github.io/tdm-gcc/

Once installed the command "go run . -export mysql" is working fine without any error

NetDwarf commented 2 years ago

Are the new instructions working on Windows?

DigitalBox98 commented 2 years ago

Only once the TDM-GCC package is installed under windows 10 :) On MacOS no need for this package and working fine.

NetDwarf commented 2 years ago

Even with the new binary release? (and new instructions)

DigitalBox98 commented 2 years ago

Ah... not tested with the new binary, so I don't know.

DigitalBox98 commented 2 years ago

With public-db-tools binary, yes it's working fine without the need for TDM-GCC package