Skip to content

Commit

Permalink
Add C++ compiler and setuptools to build dependencies in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmayo committed Sep 11, 2023
1 parent 47d2093 commit a94f8e7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,24 @@ Gnofract 4D requires these packages to run:
- Python version 3.6 or higher
- GTK version 4.6 or higher
- PyGObject version 3.29.2 or higher to access GTK from Python
- A C++ compiler (used at runtime to compile your fractal formulas)
- A C compiler (used at runtime to compile your fractal formulas)

On Ubuntu, these can be installed with:
On Debian/Ubuntu, these can be installed with:

sudo apt install gcc gir1.2-gtk-4.0 python3-gi

To build from source you also need:

- A C++ compiler
- headers for libpng and libjpeg
- Python headers
- glib-compile-resources and optionally xmllint
- pkg-config
- Python setuptools package

On Ubuntu, these can be installed with:
On Debian/Ubuntu, these can be installed with:

sudo apt install libglib2.0-dev-bin libjpeg-dev libpng-dev libpython3-dev libxml2-utils pkg-config
sudo apt install build-essential libglib2.0-dev-bin libjpeg-dev libpng-dev libpython3-dev libxml2-utils pkg-config python3-setuptools

If FFmpeg is installed it will be possible to create videos.

Expand Down

0 comments on commit a94f8e7

Please sign in to comment.