auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] how to use the git repository to obtain the latest aucTeX?


From: David Kastrup
Subject: Re: [AUCTeX] how to use the git repository to obtain the latest aucTeX?
Date: Fri, 30 Aug 2013 13:09:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

TeXnicien de Surface <address@hidden> writes:

> Le 30/08/2013 10:30, Tassilo Horn a écrit :
>> TeXnicien de Surface <address@hidden> writes:
>> 
>>> I'd like to know (one of) the best way(s) to grab aucTeX on the git
>>> repository and install it somewhere on my machine.
>
> Thank you for the answer.
> I add some steps which were necessary with the git source I obtained
>
>> Clone the git repository:
>> 
>>   $ cd ~/code # Whatever directory you wand
>>   $ git clone git://git.savannah.gnu.org/auctex.git
>> 
>> Now you have the directory ~/code/auctex/ that includes the auctex
>> source code.  Now build auctex:
>> 
>>   $ cd ~/code/auctex
>
>     $ ./autogen.sh
>
> more about the previous line in README.GIT
>
>>   $ ./configure
>>   $ make
>> 
>> Now you have two choices: (1) install it system-wide using "sudo make
>> install", or (2) run it straight from the cloned directory.

What's wrong with

./configure --prefix="$HOME"
make
make install

?

if you don't want to make a system-wide installation?

-- 
David Kastrup



reply via email to

[Prev in Thread] Current Thread [Next in Thread]