Skip to content

Commit

Permalink
Don't recommend installing python2.7 or ninja-build
Browse files Browse the repository at this point in the history
- meson uses Python3 and ninja-build
- python2.7 doesn't exist in Debian 12 or the latest Ubuntu release
  • Loading branch information
jbicha committed Jan 5, 2024
1 parent e58dece commit 033d537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ You'll need the following dependencies to build and run on Ubuntu/Debian based d
* poppler-utils
* unar
* html2text
* python2
* libgtk-3-dev
* libgee-0.8-dev
* libgranite-dev
Expand All @@ -27,12 +26,11 @@ You'll need the following dependencies to build and run on Ubuntu/Debian based d
* valac
* gettext
* curl
* ninja-build
* appstream

Run the command below to install the above on Ubuntu and Debian distros:

`sudo apt-get install unzip poppler-utils unar html2text python2.7 libgtk-3-dev libgee-0.8-dev libgranite-dev libsqlite3-dev libwebkit2gtk-4.1-dev libxml2-dev libpoppler-glib-dev meson valac gettext curl ninja-build appstream git`
`sudo apt-get install unzip poppler-utils unar html2text libgtk-3-dev libgee-0.8-dev libgranite-dev libsqlite3-dev libwebkit2gtk-4.1-dev libxml2-dev libpoppler-glib-dev meson valac gettext curl appstream git`

Run `git clone to download the source code, meson build` to configure the build environment and run `ninja test` to build

Expand Down

0 comments on commit 033d537

Please sign in to comment.