build StarDict
Steps to build StarDict project
Notes by Onega(www.fruitfruit.com)
Install devcpp-4.9.9.2_setup.exe
Open D:\share\opensource\StarDict\stardict-2.4.7\stardict.dev in Dev-C++
Modify project options
Add the following include directories
Includes=D:\share\opensource\gtk\glib-dev-2.8.4\include\glib-2.0;
D:\share\opensource\gtk\glib-dev-2.8.4\lib\glib-2.0\include;
D:\share\opensource\gettext-dev-0.14.5\include;
D:\share\opensource\algorithm\zlib-1.2.3-src\src\zlib\1.2.3\zlib-1.2.3;
D:\share\opensource\gtk\gtk+-dev-2.8.9\include\gtk-2.0;
D:\share\opensource\gtk\cairo-dev-1.0.2\include\cairo;
D:\share\opensource\gtk\pango-dev-1.10.1\include\pango-1.0;
D:\share\opensource\gtk\gtk+-dev-2.8.9\lib\gtk-20\include;
D:\share\opensource\gtk\atk-dev-1.10.3\include\atk-1.0
Add the following library files ( I have to build zlib via cygwin, other libraries are available in their dev package)
Libs=D:\share\opensource\gtk\gtk+-dev-2.8.9\lib;
D:\share\opensource\gtk\atk-dev-1.10.3\lib;
D:\share\opensource\gtk\cairo-dev-1.0.2\lib;
D:\share\opensource\gtk\glib-dev-2.8.4\lib;
D:\share\opensource\gtk\pango-dev-1.10.1\lib;
D:\share\opensource\gettext-dev-0.14.5\lib;
D:\share\opensource\algorithm\zlib-1.2.3-src\src\zlib\1.2.3\zlib-1.2.3
0 Comments:
Post a Comment
<< Home