1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
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>
|