From: mok@kde.ru To: kde-russian@lists.kde.ru Subject: [kde-russian] как собрать cvs Date: Fri, 24 May 2002 20:29:05 +0400 Message-ID: <9594623251.20020524202905@bog.msu.ru> (raw) Саше: проверь, не в этом ли дело, и обновись... ============================================================= As of now you need the following tools to build KDE from CVS: autoconf 2.5x autoheader 2.5x automake 1.5 CHECK ===== You can check the version of these tools with the following commands: autoconf --version autoheader --version automake --version If you do not have the correct version you might want to try if one of the following commands are available: /usr/bin/autoconf-2.53 --version /usr/bin/autoheader-2.53 --version /usr/bin/automake-1.5 --version DOWNLOAD ======== If you do not have the correct versions installed on your system you need to install these on your system, you can download them from the following locations: ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.53.tar.gz [967Kb] ftp://ftp.gnu.org/gnu/automake/automake-1.5.tar.gz [514Kb] (You do not need to download autoheader, autoheader is part of autoconf) MULTIPLE VERSIONS ================= Installing multiple versions of autoconf/autoheader/automake is easy. For autoconf use: ./configure --prefix /usr/local/autoconf-2.53 make install ln -s /usr/local/autoconf-2.53/bin/autoconf /usr/bin/autoconf-2.53 ln -s /usr/local/autoconf-2.53/bin/autoheader /usr/bin/autoheader-2.53 ln -s /usr/local/autoconf-2.53/bin/autom4te /usr/bin/autom4te-2.53 For automake use: ./configure --prefix /usr/local/automake-1.5 make install ln -s /usr/local/automake-1.5/bin/automake /usr/bin/automake-1.5 ln -s /usr/local/automake-1.5/bin/aclocal /usr/bin/aclocal-1.5
next reply other threads:[~2002-05-24 16:29 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2002-05-24 16:29 mok [this message] 2002-05-24 17:03 ` А.Л. Клютченя 2002-05-25 7:06 ` Sergei A. Pachkov 2002-05-27 7:12 ` А.Л. Клютченя 2002-05-30 13:34 ` Albert R. Valiev 2002-05-30 14:17 ` А. Л. Клютченя
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=9594623251.20020524202905@bog.msu.ru \ --to=mok@kde.ru \ --cc=kde-russian@lists.kde.ru \ /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
рассылка русскоязычной группы пользователей и разработчиков KDE This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/kde-russian/0 kde-russian/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 kde-russian kde-russian/ http://lore.altlinux.org/kde-russian \ kde-russian@lists.kde.ru public-inbox-index kde-russian Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.kde-russian AGPL code for this site: git clone https://public-inbox.org/public-inbox.git