pgq / pgqd

PgQ maintenance daemon
ISC License
19 stars 4 forks source link

lib folder is empty in v3.5 release #2

Closed DeoLeung closed 6 months ago

DeoLeung commented 1 year ago

maybe add it back or notice users to download it

jflambert commented 1 year ago

Thank you for the heads up. I was trying to build from source myself. Here's what made it work for me on ubuntu 18.04

sudo apt install autoconf python3-docutils libevent-dev
git clone https://github.com/pgq/pgqd.git
cd pgqd && rm -rf lib
git clone https://github.com/libusual/libusual.git lib
./autogen.sh
./configure --prefix=/opt
make
make install
wuputah commented 1 year ago

Looks like it's a submodule, so I believe you want to do git submodule update --init https://github.com/pgq/pgqd/blob/master/.gitmodules

markokr commented 6 months ago

Official tarball - pgqd-3.5.tar.gz - is fine, the problem is with Github generated repo archives - "Source code tgz/zip".

Nothing I can do about that.