Building With Libabiword-builder on Windows
Build Environment:
•
Installed into MSYS: MSYS-DTK 1.0.1 [5]
•
Installed into MSYS after the DTK:
[2] GTK+:
ftp://ftp.gtk.org/pub/ (look in the win32 directories for each component - even-numbered minor numbers are stable)
Setting Up Build Environment:
(for the parts that weren't included already in the other instructions)
1.
Unzip the parts into folders for their "component" of the build system: mingw and msys
2.
Install the MSYS-DTK BEFORE installing the other MSYS dependencies!
Getting The Sources:
1.Create a a directory with no spaces in the name (easier) in a shallow directory of one of your drives (c:\abisource, d:\srctrees\abihead)
3.
Click Start, Run, enter "cmd" (for WinNT/2k/XP, "command" for all other versions)
4.
Execute the following commands:
1.
set CVSROOT=:pserver:anoncvs@cvs.abisource.com:/cvsroot
2.
only needs to be performed once
5.
Close your command window.
7.
cd to the directory you just made using msys syntax (e.g. cd /c/abisource or cd /d/srctrees/abihead)
8.
execute these commands:
5.
export CVSROOT=:pserver:anoncvs@cvs.abisource.com:/cvsroot
6.
cvs -z3 co libpng popt fribidi
How To Build:
1.
open msys and change to the libabiword-builder directory.
2.
sh ./link-sources.sh first time only