blob: 7b7a8a4eb120b8810213b7a15770d4a208072722 (
plain)
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Nel] Announce: NeL 0.1 is officially out</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:lecroart%40nevrax.com">
<LINK REL="Previous" HREF="000125.html">
<LINK REL="Next" HREF="000130.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Nel] Announce: NeL 0.1 is officially out</H1>
<B>Vianney Lecroart</B>
<A HREF="mailto:lecroart%40nevrax.com"
TITLE="[Nel] Announce: NeL 0.1 is officially out">lecroart@nevrax.com</A><BR>
<I>Thu, 18 Jan 2001 10:41:37 +0100</I>
<P><UL>
<LI> Previous message: <A HREF="000125.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> Next message: <A HREF="000130.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#128">[ date ]</a>
<a href="thread.html#128">[ thread ]</a>
<a href="subject.html#128">[ subject ]</a>
<a href="author.html#128">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>><i> *** STLPort ***
</I>><i> First problem is building STLPort.
</I>><i> (first big problem is the size - You should have a plenty of free
</I>space on
><i> hard drive. After building, STLPORT occupies 377946112 bytes)
</I>><i> For some reasons or other nmake
</I>><i> doesn't work for me as expected (could be what Win32 also hate me as I
</I>><i> hate Win32 ;)) It reports a lot of errors and exit.
</I>><i> To solve this problem you can do File->Open STLport-4.0\src\vc6.mak and
</I>><i> then do Build->build stlport.exe
</I>><i> Finally, after 30 minutes of hard work (PIII500/256), you'll have .lib &
</I>.dll & .pdb
><i> files located at STLport-4.0\lib Manually copy .lib (and I think
</I>><i> .pdb too) to VC default \lib location and don't forget to copy .dll
</I>><i> files to some place where they could be found at runtime.
</I>
yes
><i> *** FreeType 2 ***
</I>><i> You need GNU Make 3.77 Link at FreeType site is broken
</I>><i> Grab it from
</I><A HREF="ftp://sunsite.cnlab-switch.ch/mirror/freetype/contrib/win32/gnumake-win32.zi">ftp://sunsite.cnlab-switch.ch/mirror/freetype/contrib/win32/gnumake-win32.zi</A>
p
><i> or any other place you want
</I>><i>
</I>(<A HREF="http://ftpsearch.lycos.com/cgi-bin/search?form=medium&query=gnumake-win32.z">http://ftpsearch.lycos.com/cgi-bin/search?form=medium&query=gnumake-win32.z</A>
ip&doit=Search&type=Case+insensitive+multiple+substrings+search&hits=50&matc
hes=&hitsprmatch=&limdom=&limpath=&hidepackages=on&hidedistfiles=on&hidefree
bsd=on&hideopenbsd=on&hidenetbsd=on&hidelinux=on&f1=Count&f2=Mode&f3=Size&f4
=Date&f5=Host&f6=Path&header=none&sort=none&trlen=20)
><i> You should have both path to GNU make and path to VC++ binaries as well
</I>><i> to be included into your PATH environment variable
</I>><i> next do:
</I>><i> make setup visualc
</I>><i> make
</I>><i> copy freetype-2.0\obj\freetype.lib to VC++ default \lib location
</I>><i> and also copy freetype-2.0\include\freetype directory itself to VC
</I>\include
><i> directory (just to save some clicks and typing while building NeL)
</I>
yes too...
In fact, I put in the INSTALL all things that you have to do to compile
freetype, stlport and so on.
But, I had to remove these information because, some people in Nevrax think
that it s not our job
to explain how to compile others external libraries.
Thanks for all these informations and we hope that they helps everybody to
compile more easily.
Vianney
</pre>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI> Previous message: <A HREF="000125.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> Next message: <A HREF="000130.html">[Nel] Announce: NeL 0.1 is officially out</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#128">[ date ]</a>
<a href="thread.html#128">[ thread ]</a>
<a href="subject.html#128">[ subject ]</a>
<a href="author.html#128">[ author ]</a>
</LI>
</UL>
</body></html>
|