diff options
author | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2018-08-11 20:21:34 +0200 |
commit | 0ea5fc66924303d1bf73ba283a383e2aadee02f2 (patch) | |
tree | 2568e71a7ccc44ec23b8bb3f0ff97fb6bf2ed709 /pipermail/nel/2001-January/000125.html | |
download | nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.tar.xz nevrax-website-self-hostable-0ea5fc66924303d1bf73ba283a383e2aadee02f2.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-January/000125.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000125.html b/pipermail/nel/2001-January/000125.html new file mode 100644 index 00000000..04d7b72a --- /dev/null +++ b/pipermail/nel/2001-January/000125.html @@ -0,0 +1,90 @@ +<!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:zager%40teleaction.com"> + <LINK REL="Previous" HREF="000124.html"> + <LINK REL="Next" HREF="000128.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] Announce: NeL 0.1 is officially out</H1> + <B>Dim Segebart</B> + <A HREF="mailto:zager%40teleaction.com" + TITLE="[Nel] Announce: NeL 0.1 is officially out">zager@teleaction.com</A><BR> + <I>Wed, 17 Jan 2001 22:17:13 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000124.html">[Nel] Announce: NeL 0.1 is officially out</A></li> + <LI> Next message: <A HREF="000128.html">[Nel] Announce: NeL 0.1 is officially out</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#125">[ date ]</a> + <a href="thread.html#125">[ thread ]</a> + <a href="subject.html#125">[ subject ]</a> + <a href="author.html#125">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello to all ! +I just want to share some of my recent hints on building NeL for Win32 +platform with MC VC++ 6.0 +(Sorry for experienced developers familiar with Win32 development +environment, may be someone else like me usually do work primarily under +UNIX and very seldom under Win32) + +*** STLPort *** +First problem is building STLPort. +(first big problem is the size - You should have a plenty of free space on +hard drive. After building, STLPORT occupies 377946112 bytes) +For some reasons or other nmake +doesn't work for me as expected (could be what Win32 also hate me as I +hate Win32 ;)) It reports a lot of errors and exit. +To solve this problem you can do File->Open STLport-4.0\src\vc6.mak and +then do Build->build stlport.exe +Finally, after 30 minutes of hard work (PIII500/256), you'll have .lib & .dll & .pdb +files located at STLport-4.0\lib Manually copy .lib (and I think +.pdb too) to VC default \lib location and don't forget to copy .dll +files to some place where they could be found at runtime. + +*** FreeType 2 *** +You need GNU Make 3.77 Link at FreeType site is broken +Grab it from <A HREF="ftp://sunsite.cnlab-switch.ch/mirror/freetype/contrib/win32/gnumake-win32.zip">ftp://sunsite.cnlab-switch.ch/mirror/freetype/contrib/win32/gnumake-win32.zip</A> +or any other place you want +(<A HREF="http://ftpsearch.lycos.com/cgi-bin/search?form=medium&query=gnumake-win32.zip&doit=Search&type=Case+insensitive+multiple+substrings+search&hits=50&matches=&hitsprmatch=&limdom=&limpath=&hidepackages=on&hidedistfiles=on&hidefreebsd=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">http://ftpsearch.lycos.com/cgi-bin/search?form=medium&query=gnumake-win32.zip&doit=Search&type=Case+insensitive+multiple+substrings+search&hits=50&matches=&hitsprmatch=&limdom=&limpath=&hidepackages=on&hidedistfiles=on&hidefreebsd=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</A>) +You should have both path to GNU make and path to VC++ binaries as well +to be included into your PATH environment variable +next do: +make setup visualc +make +copy freetype-2.0\obj\freetype.lib to VC++ default \lib location +and also copy freetype-2.0\include\freetype directory itself to VC \include +directory (just to save some clicks and typing while building NeL) + +To be continued ... + +PS. Many thanks to Paul Oakenfold and his wonderful music which save +me from going madness while working under MS Windows :)) +-- +Dim Segebart mailto:<A HREF="mailto:zager@teleaction.de">zager@teleaction.de</A> + + + +</pre> + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000124.html">[Nel] Announce: NeL 0.1 is officially out</A></li> + <LI> Next message: <A HREF="000128.html">[Nel] Announce: NeL 0.1 is officially out</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#125">[ date ]</a> + <a href="thread.html#125">[ thread ]</a> + <a href="subject.html#125">[ subject ]</a> + <a href="author.html#125">[ author ]</a> + </LI> + </UL> +</body></html> |