TiCodeX / SQLSchemaCompare

TiCodeX SQL Schema Compare
GNU General Public License v3.0
15 stars 0 forks source link

Documentation about Installation #36

Open CouscousPie opened 12 months ago

CouscousPie commented 12 months ago

I would like to use the CLI and GUI of this tool. However, I am not able to install it on my Windows machine, neither can I do in my Linux terminal on WSL. An added section in the readme that explains how to install it correctly and which requirements are presupposed would be highly appreciated.

drebrez commented 12 months ago

Hi @CouscousPie, how exactly are you trying to install it? In Windows you can easily install it with winget by simply executing the command winget install TiCodeX.SQLSchemaCompare Otherwise you can download the pre-built installers from the release page: https://github.com/TiCodeX/SQLSchemaCompare/releases

I never tried to run it in WSL, it might depend on which distro you installed. In the release page you can find various Linux packages (deb, rpm or tar.gz)

I will consider adding an Installation guide section to the readme, thanks for the suggestion

CouscousPie commented 12 months ago

Indeed I tried to run the installers from the repo and ran into some missing SDK issues. The installation via winget as by your suggestion worked fine.

drebrez commented 12 months ago

Indeed I tried to run the installers from the repo and ran into some missing SDK issues. The installation via winget as by your suggestion worked fine.

That's curious, because the winget is running the exact same installer provided in the release page