Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
GIMP
GIMP
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,639
    • Issues 2,639
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 39
    • Merge Requests 39
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • GIMPGIMP
  • Issues
  • #4269

Closed
Open
Opened Nov 20, 2019 by Elad Shahar@eladsha

Errors building gimp using https://wiki.gimp.org/wiki/Hacking:Building

The instructions for building gimp, on https://wiki.gimp.org/wiki/Hacking:Building specify for installing mypaint to use the following:

> git clone https://github.com/mypaint/mypaint-brushes.git
> git clone https://github.com/mypaint/libmypaint.git

However, this installs libmypaint 2, which is in alpha, and currently unrecognized by the configure script. The configure script complains that it finds no libmypaint at all.

In order to get the last stable version, the following commands could be added, after cloning the repos of mypaint.

git fetch --all --tags --prune
git checkout tags/v1.4.0
Edited Nov 20, 2019 by Elad Shahar
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/gimp#4269