all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tim X <timx@nospam.dev.null>
To: help-gnu-emacs@gnu.org
Subject: Re: anti-aliased fonts
Date: Mon, 15 Sep 2008 17:47:18 +1000	[thread overview]
Message-ID: <87ej3ldf5l.fsf@lion.rapttech.com.au> (raw)
In-Reply-To: icd4j6nt1p.fsf@verizon.net

Dan Espen <daneNO@MORE.mk.SPAMtelcordia.com> writes:

> Joost Diepenmaat <joost@zeekat.nl> writes:
>
>> dkcombs@panix.com (David Combs) writes:
>>
>>> In article <87zlmptvry.fsf@lion.rapttech.com.au>,
>>> Tim X  <timx@nospam.dev.null> wrote:
>>
>>>>What you are after has been introduced only in the CVS branch of
>>>>emacs. I run the CVS version daily and its very stable most of the
>>>>time. The emacs-snapshot is a recent snapshot of the CVS head and works
>>>>well. None of the stable e.g. released versions of emacs prior to the 23
>>>>CVS branch have anti-aliased font support. 
>>>
>>> Please, where do you get this thing?
>>
>> assuming you've got cvs installed, this is how I build mine on linux:
>>
>> $ cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/emacs co emacs
>> $ cd emacs
>> $ make clean 
>> $ ./configure --with-xpm --with-tiff --with-jpeg --with-png --with-rsvg \
>>   --with-x-toolkit=gtk && make bootstrap && make -j 4
>
> "make clean" would only work if you've previously done a "./configure"
> in this directory.
>
> On a subsequent CVS updates,
> "make distclean" might be safer.
>
correct. Until you have run ./configure, you don't actually have a
real makefile (thats part of what configure does), so a make clean or
any other make target won't work until at least one ./configure has been
done. 

I personally think its better, after the first build, to do the make
distclean *before* doing the cvs update. 

Note to that after you have done the first initial CVS check-out (co),
you don't have to do it again. I just cd into the emacs source directory
and issue 'cvs update'. its a lot faster than dragging down the whole
thing again.

Also, you don't need the directives for GTK anymore as that is
now the default. You also don't need the directives for the different
image support as they are automatically added if configure finds the
libraries. I only use --enable-font-backend and --prefix and I could
omit prefix as I think the default is /usr/local. Even the
--enable-font-backend may not be necessary anymore, so you can probably
get buy with just ./configure

tim
-- 
tcross (at) rapttech dot com dot au


  reply	other threads:[~2008-09-15  7:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-03  2:07 anti-aliased fonts sashang
2008-09-03  4:34 ` Ian Eure
2008-09-03  9:37 ` Tim X
2008-09-14 22:14   ` David Combs
2008-09-14 22:30     ` Joost Diepenmaat
2008-09-15  0:37       ` Dan Espen
2008-09-15  7:47         ` Tim X [this message]
2008-09-15  7:39     ` Tim X
2008-09-22 20:09       ` David Combs
     [not found] ` <mailman.18314.1220448019.18990.help-gnu-emacs@gnu.org>
2008-09-03 17:10   ` Rupert Swarbrick
2008-09-03 18:06     ` Peter Dyballa
2008-09-03 18:47     ` Ian Eure
2008-09-03 19:56   ` Evans Winner
2008-09-04  2:08     ` Ian Eure

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ej3ldf5l.fsf@lion.rapttech.com.au \
    --to=timx@nospam.dev.null \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.