Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://gitlab.com/fotoxx/fotoxx
Fotoxx photo editor source code .
https://gitlab.com/fotoxx/fotoxx
Last synced: about 2 months ago
JSON representation
Fotoxx photo editor source code .
- Host: gitlab.com
- URL: https://gitlab.com/fotoxx/fotoxx
- Owner: fotoxx
- License: gpl-3.0
- Created: 2018-12-27T21:13:02.515Z (about 6 years ago)
- Default Branch: master
- Last Synced: 2024-08-03T16:08:31.281Z (5 months ago)
- Stars: 1
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-systems - Fotoxx - Fotoxx is a free open source Linux program for photo/image editing and collection management. The goal is to meet the needs of serious photographers while remaining fast and easy to use. (Image Manipulation / Follow me)
README
Installation of fotoxx from source tarball
Building fotoxx requires the following packages:
g++ or clang++ C++ compiler and linker
libgtk-3-dev GTK3 graphics library (GUI base)
libtiff-*-dev tiff image files
libpng-*-dev png image files
libjpeg-*-dev jpeg image files
liblcms2-*-dev color spaces (sRGB/Adobe-RGB)
libchamplain-gtk-*-dev geomapping library
libclutter-gtk-*-dev graphics libraryAt run time the following packages are also needed:
dcraw RAW file conversion program
exiftool read/write metadata (EXIF etc.)
binutils GNU binary utilities
web browser firefox or chromium
The above are recent Debian names. Package naming is chaotic,
so you may have to to hunt the names for other Linux flavors.
Build and install fotoxx as follows:
1. Download the tar file (fotoxx-N.N.tar.gz)
2. Open a terminal window
3. $ cd Downloads # go to download file
4. $ tar -xzf fotoxx-N.N.tar.gz # unpack to ./fotoxx
5. $ cd fotoxx # go there
6. $ make # build program
7. $ sudo make install # install program
Missing dependencies will cause error messages in step 6.
Install these from your repository and repeat step 6.
Step 7 moves all files to the following locations:
/usr/bin/fotoxx binary executable
/usr/share/fotoxx/ icons, translations ...
/usr/share/doc/fotoxx/ README, man page ...
Fotoxx is easy to use but unconventional, so please review
the user guide (menu Help > User Guide) before trying fotoxx.
The optional fotoxx-maps package may be installed afterwards.
This is only useful if you have a poor internet connection.
FOR PACKAGE BUILDERS:
If $PREFIX is defined, files go there instead of /usr.
If $DESTDIR is also defined, files go to $DESTDIR$PREFIX.
Please, DO NOT make a separate package for the all-arch parts.