summaryrefslogtreecommitdiffstats
path: root/src/2geom/!PLEASE DON'T MAKE CHANGES IN THESE FILES.README
blob: e0919de21ebf0f5db74817551b4c2d97cd7fa472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This is an in-tree copy of lib2geom, a 2D geometry library started
by Inkscape developers. If you want to change code in 2Geom, you should
commit it first to upstream repository and then execute this command:

rsync -r --existing --exclude CMakeLists.txt /path/to/lib2geom/src/2geom/ /path/to/inkscape/src/2geom/

The command above will only update existing files. If you add new files
to 2Geom, you'll need to copy the new files manually. Same if you remove
some files. Note that the trailing slashes are required!

2Geom's git repository is hosted on GitHub
  https://github.com/inkscape/lib2geom
and mirrored on GitLab
  https://gitlab.com/inkscape/lib2geom