Skip to content

Instantly share code, notes, and snippets.

@batden
Last active April 28, 2024 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save batden/93e270fc9c778ea1a93d77b6ebd397ad to your computer and use it in GitHub Desktop.
Save batden/93e270fc9c778ea1a93d77b6ebd397ad to your computer and use it in GitHub Desktop.
Building-Poedit-from-Git
For Ubuntu Mantic/Noble.
Dependencies:
sudo apt install --no-install-recommends git build-essential gawk gettext libpugixml-dev libicu-dev liblucene++-dev libgtkspell3-3-dev \
nlohmann-json3-dev libcld2-dev libcpprest-dev libwxgtk-webview3.2-dev \
libboost-all-dev libsecret-1-dev
Source code:
git clone https://github.com/vslavik/poedit.git
Compilation:
cd poedit/
./bootstrap
./configure
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment