Rev |
Age |
Author |
Path |
Log message |
Diff |
4203 |
6479 d 6 h |
craig |
/branches/Version13x/Scribus/ |
Note when cairo isn't found that "if you don't know you need this, ignore it".
"What's this cairo thing" / "how do I get cairo" etc is becoming a FAQ, and until/unless
Cairo support is suitable for mainstream use with Scribus most users should
not need to be aware of it. |
|
3113 |
6605 d 20 h |
fschmid |
/branches/Version13x/Scribus/ |
Fixed bug #1445. Cairo support can now switched on with --enable-cairo in ./configure.
The build system still compiles the libart related files, so in a better version this should be changed. |
|
2789 |
6654 d 5 h |
craig |
/branches/Version13x/Scribus/ |
whitespace fix
(woohoo, my first one-byte checkin!) |
|
2513 |
6677 d 5 h |
craig |
/branches/Version13x/Scribus/ |
Make Python summary accurate if Python is installed but too old |
|
2511 |
6677 d 5 h |
craig |
/branches/Version13x/Scribus/ |
Enable Python on Mac OS X; remove obsolete and unused define for
Python 2.3 support (which we now require). |
|
2507 |
6677 d 7 h |
craig |
/branches/Version13x/Scribus/ |
Make configure abort with an error if libjpeg not found. We currently require
it for util.cpp to build correctly, and it's a pretty important format to support. |
|
2410 |
6684 d 15 h |
craig |
/branches/Version13x/Scribus/ |
Check for gs version in configure and whine if it's old. Report gs
version and whether or not we found it in the final configure report.
Add some generic info about gs to README. |
|
2409 |
6684 d 16 h |
craig |
/branches/Version13x/Scribus/ |
Check for GhostScript during configure and whine at the user if it's
missing. |
|
2405 |
6686 d 1 h |
craig |
/branches/Version13x/Scribus/ |
Add build troubleshooting docs to BUILDING.
Shorten info message, make it update the missing lib list properly.
Report a one-liner list of missing optional libs at the end of configure. |
|
2314 |
6694 d 10 h |
craig |
/branches/Version13x/Scribus/ |
Add --disable-xml, add warning if libxml older than 2.6.x, add warning
if libxml missing. |
|
2313 |
6694 d 10 h |
craig |
/branches/Version13x/Scribus/ |
Make freetype warning louder. This asks that users of older versions not
submit bug reports. Feel free to edit at need, the message is
at the bottom of configure.in.bot . |
|
2312 |
6694 d 10 h |
craig |
/branches/Version13x/Scribus/ |
Whine loudly if freetype older than 2.1.9 |
|
1635 |
6779 d 14 h |
craig |
/branches/Version13x/Scribus/ |
Save and restore CFLAGS, LDFLAGS for fontconfig check so that we use the
fontconfig-config results when checking for fontconfig.
Tweak configure summary slightly, fix errors on empty variables, and
report if configured for debugging. |
|
1599 |
6784 d 1 h |
craig |
/branches/Version13x/Scribus/ |
Add Freetype version check; tidy up version checks |
|
1595 |
6784 d 3 h |
craig |
/branches/Version13x/Scribus/ |
Explicit check for lcms >= 1.1.2 ; user feedback for version too old. |
|
1592 |
6784 d 3 h |
craig |
/branches/Version13x/Scribus/ |
Report if fontconfig found, clean up checking for fontconfig |
|
1582 |
6784 d 4 h |
craig |
/branches/Version13x/Scribus/ |
Provide some user feedback for libtiff version check |
|
779 |
6875 d 11 h |
fschmid |
/branches/Version13x/Scribus/ |
make dist should work again, Makefile.dist is now replaced by Makefile.cvs thus you
have to run:
make -f Makefile.cvs
./configure
now
to make a tarball run:
make distclean
make -f Makefile.cvs
./configure
make dist (or make dist-bzip2 to have a bzipped one) |
|