<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://grasswiki.osgeo.org/w/index.php?action=history&amp;feed=atom&amp;title=User%3ASteko%2FAutomated_CVS_compiling</id>
	<title>User:Steko/Automated CVS compiling - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://grasswiki.osgeo.org/w/index.php?action=history&amp;feed=atom&amp;title=User%3ASteko%2FAutomated_CVS_compiling"/>
	<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=User:Steko/Automated_CVS_compiling&amp;action=history"/>
	<updated>2026-05-31T21:17:35Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://grasswiki.osgeo.org/w/index.php?title=User:Steko/Automated_CVS_compiling&amp;diff=2370&amp;oldid=prev</id>
		<title>⚠️Steko at 22:11, 15 August 2006</title>
		<link rel="alternate" type="text/html" href="https://grasswiki.osgeo.org/w/index.php?title=User:Steko/Automated_CVS_compiling&amp;diff=2370&amp;oldid=prev"/>
		<updated>2006-08-15T22:11:25Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This is a shell script of mine that I use to automate the procedure of CVS updating and compiling from the fresh sources.&lt;br /&gt;
&lt;br /&gt;
Please note that includes paths work well on Ubuntu Dapper Drake and most probably on Debian, too. They might not work on other distributions. Installing is not executed by default, to let me double check for errors in the make results. I don't want to install a buggy GRASS!&lt;br /&gt;
&lt;br /&gt;
Use at your risk, I put it here in the hope it is helpful.&lt;br /&gt;
&lt;br /&gt;
 #!/bin/sh&lt;br /&gt;
 # GRASS 6.1 CVS Lazy updater script&lt;br /&gt;
 &lt;br /&gt;
 cd src/grass6/&lt;br /&gt;
 &lt;br /&gt;
 make clean&lt;br /&gt;
 &lt;br /&gt;
 make distclean&lt;br /&gt;
 &lt;br /&gt;
 cd ..&lt;br /&gt;
 &lt;br /&gt;
 export CVSROOT=:pserver:grass-guest@intevation.de:/home/grass/grassrepository &lt;br /&gt;
 &lt;br /&gt;
 cvs login&lt;br /&gt;
 &lt;br /&gt;
 cvs up -dP&lt;br /&gt;
 &lt;br /&gt;
 cd grass6&lt;br /&gt;
 &lt;br /&gt;
 CFLAGS=&amp;quot;-O2 -march=pentium-m -Wall&amp;quot; LDFLAGS=&amp;quot;-s&amp;quot; ./configure \&lt;br /&gt;
 --with-tcltk-includes=/usr/include/tcl8.4 --with-postgres-includes=/usr/include/postgresql \&lt;br /&gt;
 --with-sqlite --with-cxx --with-fftw --with-freetype-includes=/usr/includes/freetype2/ \&lt;br /&gt;
 --with-readline --with-opengl-includes=/usr/include/GL \&lt;br /&gt;
 --with-mysql-includes=/usr/include/mysql --with-mysql&lt;br /&gt;
 &lt;br /&gt;
 time make&lt;br /&gt;
 &lt;br /&gt;
 cd src/grass6&lt;br /&gt;
 &lt;br /&gt;
 echo &amp;quot;If you don't see errors above, you can install GRASS with `sudo make install`&amp;quot;&lt;/div&gt;</summary>
		<author><name>⚠️Steko</name></author>
	</entry>
</feed>