0 Пользователей и 1 Гость просматривают эту тему.
For WindowsCreate a project using your favorite programming environment. Copy all of the gd files to the project directory. Add gd.c to your project. Add other source files as appropriate. Learning the basic skills of creating projects with your chosen C environment is up to you. Alternatively, use the free mingw32 or cygwin tools, which may prove to be compatible with the provided configure script. If you wish to test the library, type "make test" AFTER you have successfully executed "make install". This will build several test programs, including "gddemo".