|
From: TAMURA K. <tk...@us...> - 2006-07-04 07:06:27
|
Update of /cvsroot/peace/htdoc/devel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14348/devel Modified Files: install.html Log Message: update for w32api removel and explicit freetype Index: install.html =================================================================== RCS file: /cvsroot/peace/htdoc/devel/install.html,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- install.html 14 May 2006 03:32:49 -0000 1.26 +++ install.html 4 Jul 2006 07:06:24 -0000 1.27 @@ -43,16 +43,18 @@ <a href="http://sourceforge.net/project/showfiles.php?group_id=21711">SourceForge</a>:</p> <ul> <li>gcc (cross-i386-netbsdpe-<var><version></var>.tgz)</li> - <li>w32api (w32api-<var><version></var>.tgz)</li> + <li>Runtime: Freetype (freetype2-<var><version></var>.tgz)</li> <li>Runtime: ICU (icu-<var><version></var>.tgz)</li> </ul> +<p>Or install them by NetBSD pkgsrc (You don't need the next step in that case.)</p> + <h2>2. Install the downloaded packages</h2> <div class="SAMPLE"> <samp> % su<br /> # pkg_add cross-i386-netbsdpe-<var><version></var>.tgz<br /> -# pkg_add w32api-<var><version></var>.tgz<br /> +# pkg_add freetype2-<var><version></var>.tgz<br /> # pkg_add icu-<var><version></var>.tgz<br /> </samp> </div> |