How to start the development?
The PEACE Project, since Feb. 2000
|
Sorry, under construction.
1. Prepare packages
Download the latest versions of following development packages from
SourceForge:
- gcc (cross-i386-netbsdpe-<version>.tgz)
- Runtime: Freetype (freetype2-<version>.tgz)
- Runtime: ICU (icu-<version>.tgz)
Or install them by NetBSD pkgsrc (You don't need the next step in that case.)
2. Install the downloaded packages
% su
# pkg_add cross-i386-netbsdpe-<version>.tgz
# pkg_add freetype2-<version>.tgz
# pkg_add icu-<version>.tgz
3. Settings of packages
Add /usr/pkg/cross/bin to $PATH
4. Get the PEACE source tree
You can get the PEACE source tree by anonymous CVS.
Assume that you put the source tree at ~/src/peace.
% cd ~
% mkdir src
% cd src
% cvs -d :pserver:anonymous@peace.cvs.sourceforge.net:/cvsroot/peace login
Password:<Just Enter>
% cvs -d :pserver:anonymous@peace.cvs.sourceforge.net:/cvsroot/peace checkout -P peace
5. Build
% cd ~/src/peace/lib
% make
% cd ~/src/peace/dll
% make
Routines
- Update sources
-
% cd ~/src/peace
% cvs update -dP
- Update a package
-
# pkg_delete -f package-name
# pkg_add new-package-file-name
$Id: install.html,v 1.27 2006/07/04 07:06:24 tkent Exp $