iCyberon / pg_hashids

Short unique id generator for PostgreSQL, using hashids
MIT License
287 stars 25 forks source link

How to make extension in Windows #5

Closed wilsontamarozzi closed 7 years ago

wilsontamarozzi commented 7 years ago

Hello,

Sorry about my English.

I would like to know how to build the extension using Windows. I installed MingW to compile but it does not recognize the Make command.

Could you give me more instructions to do this on Windows?

Grateful

iCyberon commented 7 years ago

@wilsontamarozzi Unfortunately, I don't have experience in compiling for windows. You can try this method. Let me know if you have any questions, I am happy to assist you

kilgarenone commented 5 years ago

I'm struggling installing makefile on windows 10... Tried it in WSL but nothing works...

What's the alternative that achieve similar thing like hashids?