|
|||||||||||
|
Re: Updating without Apt
From: William Pursell <bill.pursell(at)gmail.com>
Date: Sat Jun 30 2007 - 06:48:25 EDT
I would be surprised if a major update to emacs weren't in sid within a few days, if not hours. > Currently I have it compiled in my As was suggested else-thread, you can probably do: configure --prefix=/usr/local && make && make install. (I'm not an emacs user, so the build may be more complicated than that, but this will very likely work.) In fact, /usr/local is the defaul prefix, so you don't even need that. In other words, you can make install, since it will install to /usr/local/bin, rather than /usr/bin and not interfere with the version installed via apt at all. If you want to test it more carefully, try make DESTDIR=/tmp/foo install and examine the resulting tree in /tmp/foo. You should only get executables in /usr/local/bin. However, you might want to look into apt pinning. This allows you to pull emacs from sid without requiring you to update your entire system to sid, and will give you the updates more quickly. Or, you can simply download the .deb files from sid and install them with dpkg. If the upstream is truly not showing up in sid for too long, that won't work. If that is the case, you can grab the .dsc from sid and make the modifications yourself to create a newer deb. -- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Sat Jun 30 06:39:37 2007 This archive was generated by hypermail 2.1.8 : Sat Jun 30 2007 - 06:40:02 EDT |
||||||||||
|
|||||||||||