Skip to content

Needed build instructions #4

@simolev

Description

@simolev

I feel there's a need for build instructions since this repo doesn't come with the paradigmal ./configure.
Also, there's a weirdness in that both po/makefile.in and po/Makefile.in.in are needed.
For latest commit 53c164b from 14 Sep 2015, this is what worked for me on Ubuntu 20.04:

git clone https://github.com/ustramooner/pxtools.git
cd pxtools
apt install automake gettext
cp po/Makefile.in.in po/Makefile.in
./autogen.sh
./configure
make
sudo make install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions