diff options
Diffstat (limited to 'pipermail/nel/2001-February/000215.html')
-rw-r--r-- | pipermail/nel/2001-February/000215.html | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/pipermail/nel/2001-February/000215.html b/pipermail/nel/2001-February/000215.html new file mode 100644 index 00000000..37287313 --- /dev/null +++ b/pipermail/nel/2001-February/000215.html @@ -0,0 +1,107 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] Compiling under Linux</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:valignat%40nevrax.com"> + <LINK REL="Previous" HREF="000201.html"> + <LINK REL="Next" HREF="000202.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Compiling under Linux</H1> + <B>Valignat Cedric</B> + <A HREF="mailto:valignat%40nevrax.com" + TITLE="[Nel] Compiling under Linux">valignat@nevrax.com</A><BR> + <I>Mon, 19 Feb 2001 18:52:51 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000201.html">[Nel] Compiling under Linux</A></li> + <LI> Next message: <A HREF="000202.html">[Nel] RE: Compiling under Linux</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#215">[ date ]</a> + <a href="thread.html#215">[ thread ]</a> + <a href="subject.html#215">[ subject ]</a> + <a href="author.html#215">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Tels wrote: +><i> +</I>><i> Freetype.org is down, I could not reach it for several days/weeks. +</I>><i> +</I>><i> <A HREF="http://www.sourceforge.org/projects/freetype/">http://www.sourceforge.org/projects/freetype/</A> seems to be the new +</I>><i> url. +</I> +Try the american mirror web site at <A HREF="http://freetype.sourceforge.net/,">http://freetype.sourceforge.net/,</A> you +will have access to the all the project home page. + +I updated the INSTALL and configure.in file to change tha FreeType +homepage. + + +><i> StlPort: Do I need to make it, or is simple unzipping enough? If yes, +</I>><i> please document this, the make takes for ever ;o) Also, for stlport, +</I>><i> there is no "make install" for unix. Does this matter? +</I> +NeL is using the SGI iostreams, so i'm afraid that you will have to compile +it. + + +><i> I also run low on diskspace due to stlport ... is there anyway to cut +</I>><i> down the size after making it? +</I> +you could do a 'make -f gcc.mak clean' to delete all the ojects files, +it doesn't delete the library files ... + + +><i> #checking for freetype-config... no +</I>><i> #configure: error: Cannot find freetype-config: check your path. +</I>><i> # FreeType 2 library is needed to compile NeL (www.freetype.org). +</I>><i> +</I>><i> Ugh, this file does not get installed, and only resides in the build dir +</I>><i> of freetype (which I was to delete). +</I> +That's weird, it works fine for me :o) + +The installation line is in the builds/unix/install.mk file (line 51), +Are you sure that the installation directory (ex: /usr/local/bin) is +in your path ? + +><i> So I copied it in the nel pat, but root does not have "." in it's path. +</I>><i> Now I try configure as user and get this: +</I> +The script is looking for freetype-config script in your path, it will change +nothing to put in the NeL directoty, if it isn't in your path ;-) + + +><i> The build process needs to be MUCH easier, if this game will ever come of +</I>><i> for Linux. Nobodies going to fiddle for 3 hours with it....or did I get it +</I>><i> wrong and level one is named "./configure" ? ;-P +</I> +Thanks for your suggestion :-) + +We actually working on improving the documentation and build process, so it +"migth" be easier in a near future ;-) + + +Cedric. + + +</pre> + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000201.html">[Nel] Compiling under Linux</A></li> + <LI> Next message: <A HREF="000202.html">[Nel] RE: Compiling under Linux</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#215">[ date ]</a> + <a href="thread.html#215">[ thread ]</a> + <a href="subject.html#215">[ subject ]</a> + <a href="author.html#215">[ author ]</a> + </LI> + </UL> +</body></html> |