Open Greyson-Sawyer opened 4 years ago
Try the docker version. I had it working in 5 mins on windows.
Hi All,
If you are trying to build libpostal in windows and facing many issues, pypostalwin is a package for you, feel free to open the issue if there is any
https://github.com/selva221724/pypostalwin
Please support the package to grow more and give start to this repo
If you don't want to use the python binding, download the 0rebuilt bundle that you can use from the pypostalwin repo https://github.com/selva221724/pypostalwin#installation
I've been trying to get this to install on Windows using MSys2 for 2 days. I'm a noob at this stuff so please bear with me.
I'm using the MSYS2 MinGW 64-bit terminal.
1. I had no problem installing the prerequesites:
pacman -S autoconf automake curl git make libtool gcc mingw-w64-x86_64-gcc
2. Cloned repo, no problems I believe
git clone https://github.com/openvenues/libpostal
It output:
3. Bootstrap
./bootstrap.sh
It output:
No problems, I believe
4. Configure. It says "cannot access 'src/libpostal_data' but then creates it afterwards. Not sure if that's an issue
./configure --datadir=/c
5. Make (This is where it gets whacky)
make -j4
I have no idea if these warnings and errors are typical.
6. Make Install
make install
Problem
It downloads the C library (1.84 GB).
But there is no
libpostal-1.dll
in thesrc/.libs/
directory.Any help would be GREATLY appreciated, I am losing my mind.