Merge commit '638ecc4cde79b0296f2e04f683ca4cb881c28f36' as 'rtengine/libraw'

This commit is contained in:
Lawrence Lee
2023-11-12 11:49:00 -08:00
213 changed files with 77043 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
=== Notes for LibRaw contributor ===
0. Repository
LibRaw public repository is located on GitHub
URL:
http://github.com/LibRaw/LibRaw - main page
git://github.com/LibRaw/LibRaw.git - git URL
If you wish to participate in LibRaw development please use GitHub fork.
LibRaw distribution files are prepared by ./mkdist.sh script
This script
- generates ./configure script from autotools stuff
- removes developer Makefile
- fetches 'Official' dcraw.c from Dave Coffin's site
- removes itself
Feel free to contact us (info@libraw.org or Contact form on www.libraw.org) if
you have any questions or suggestions.