Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > 1438ac46651fa81852e24f8b623a8d30 > files > 3

klt-0.16.5-2mdk.ppc.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<link rel="StyleSheet" HREF="estil.css" TYPE="text/css" MEDIA="screen">
		<title>Compiling Kyro Linux Tools</title>
		<meta name="description" content="How to compile Kyro Linux Tools">
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
	</head>
	<body class="centre">
		<table class="centre" cellpadding="0" cellspacing="0" border="0" width="650">
			<tr>
				<td align="center"><img alt="Kyro Linux Tools" src="./kltlogo.jpg" width="792" height="87"></td>
			</tr>
			<tr>
				<td>
					<table width="100%">
						<tr>
							<td class="text" align="center">
								<a href="readme.html">Readme</a>
							</td>
							<td class="text" align="center">
								<a href="compiling.html">Compiling</a>
							</td>
							<td class="text" align="center">
								<a href="credits.html">Credits</a>
							</td>
							<td class="text" align="center">
								<a href="history.html">History</a>
							</td>
							<td class="text" align="center">
								<a href="installing.html">Installing</a>
							</td>
							<td class="text" align="center">
								<a href="running.html">Running</a>
							</td>
							<td class="text" align="center">
								<a href="todo.html">To Do</a>
							</td>
							<td class="text" align="center">
								<a href="translating.html">Translating</a>
							</td>
							<td class="text" align="center">
								<a href="version.html">Version</a>
							</td>
						</tr>
					</table>
				</td>
			</tr>
			<tr>
				<td class="titolseccio">
					<br>HOW TO USE THE MAKEFILE<br>
				</td>
			</tr>
			<tr>
				<td class="text">
					<ul>
						<li><b>make release</b> - will make a release build of klt using qt2</li>
						<li><b>make releaseqt3</b> - will make a release build of klt using qt3</li>
						<li><b>make klt or make</b> - will make a debug build of klt using qt2</li>
						<li><b>make idiomes</b> - will create/update the translations</li>
						<li><b>make clean</b> - will erase files created in the compilation</li>
					</ul>
				</td>
			</tr>
			<tr>
				<td class="titolseccio">
					<br>I'M HAVING PROBLEMS WITH THESE, CAN YOU HELP???<br><br>
				</td>
			</tr>
			<tr>
				<td class="text">
					Ok, i am not very good at solving compiling problems, the only thing i can
					help you in, is in modifying the Makefile and telling you the versions of
					compiler and libraries i use.<br><br>
					I use:<br>
					&nbsp; - g++ 3.2<br>
					&nbsp; - Qt 2.3.2 and Qt 3.0.5<br>
					<br>
					The makefile has some "variables" you may have to change:<br>
					&nbsp; - CC : the C++ compiler used<br>
					&nbsp; - FLAGSDEBUG : the flags used to compile a debug build<br>
					&nbsp; - FLAGCOMPILE : the flag needed by the compiler to compile<br>
					&nbsp; - FLAGLINK : the flag needed by the compiler to link<br>
					&nbsp; - FLAGRELEASE : the flags used to compile a release build<br>
					&nbsp; - QT2 : the path to qt2 libraries<br>
					&nbsp; - QT3 : the path to qt3 libraries<br>
					&nbsp; - MOCPATH2 : the path to the moc executable of qt2<br>
					&nbsp; - MOCPATH3 : the path to the moc executable of qt3<br>
					&nbsp; - QT2INCLUDE : the path to the qt2 includes<br>
					&nbsp; - QT3INCLUDE : the path to the qt3 includes<br>
					&nbsp; - LUPDATE : the path to the lupdate utility<br>
					&nbsp; - LRELEASE : the path to the lupdate utility<br>
					<br>
					lupdate and lrelease come with Qt3, if you only have Qt2 installed, you can dowload a
					pre-release version of lupdate/lrelease from
					ftp://ftp.trolltech.com/qt/pre-releases/linguist-pre.tar.gz<br>
					<br>
					--------<br>
					Kyro Linux Tools<br>
					(c) 2002 - Albert 'TSDgeos' Astals Cid<br>
					e-mail: astals11@teleline.es
				</td>
			</tr>
		</table>
	</body>
</html>