swtoolkit.0.9.1

所属分类:其他
开发工具:Visual C++
文件大小:221KB
下载次数:9
上传日期:2011-03-08 15:06:58
上 传 者geomilano1
说明:  swtoolkit.0.9.1.zip use for software tool kit

文件列表:
swtoolkit (0, 2009-06-04)
swtoolkit\bin (0, 2009-06-04)
swtoolkit\bin\runtest.py (11172, 2009-06-03)
swtoolkit\COPYING (1475, 2009-02-05)
swtoolkit\hammer.bat (4094, 2009-03-30)
swtoolkit\hammer.sh (2860, 2009-05-04)
swtoolkit\history.txt (3955, 2009-06-03)
swtoolkit\lib (0, 2009-06-04)
swtoolkit\lib\TestFramework.py (11615, 2009-06-03)
swtoolkit\samples (0, 2009-06-04)
swtoolkit\samples\mandelbrot (0, 2009-06-04)
swtoolkit\samples\mandelbrot\cross (0, 2009-06-04)
swtoolkit\samples\mandelbrot\cross\build.scons (1841, 2009-02-05)
swtoolkit\samples\mandelbrot\cross\color_bytes.h (2342, 2009-02-05)
swtoolkit\samples\mandelbrot\cross\image_generator_interface.h (2251, 2009-02-05)
swtoolkit\samples\mandelbrot\cross\mandelbrot_generator.cc (4400, 2009-02-05)
swtoolkit\samples\mandelbrot\cross\mandelbrot_generator.h (3312, 2009-02-05)
swtoolkit\samples\mandelbrot\hammer (180, 2009-02-25)
swtoolkit\samples\mandelbrot\hammer.bat (33, 2009-02-25)
swtoolkit\samples\mandelbrot\mac (0, 2009-06-04)
swtoolkit\samples\mandelbrot\mac\build.scons (2513, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\English.lproj (0, 2009-06-04)
swtoolkit\samples\mandelbrot\mac\English.lproj\InfoPlist.strings (190, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\English.lproj\MainMenu.nib (0, 2009-06-04)
swtoolkit\samples\mandelbrot\mac\English.lproj\MainMenu.nib\designable.nib (16138, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\English.lproj\MainMenu.nib\keyedobjects.nib (3449, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\ImageGeneratorView.h (1994, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\ImageGeneratorView.mm (3076, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\Info.plist (827, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\main.m (1676, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\MandelbrotView.h (1649, 2009-02-05)
swtoolkit\samples\mandelbrot\mac\MandelbrotView.mm (1988, 2009-02-05)
swtoolkit\samples\mandelbrot\main.scons (13279, 2009-02-09)
swtoolkit\samples\mandelbrot\win (0, 2009-06-04)
swtoolkit\samples\mandelbrot\win\build.scons (2191, 2009-02-05)
swtoolkit\samples\mandelbrot\win\main.cc (4406, 2009-02-05)
swtoolkit\samples\mandelbrot\x11 (0, 2009-06-04)
swtoolkit\samples\mandelbrot\x11\build.scons (2220, 2009-02-05)
swtoolkit\samples\mandelbrot\x11\image_viewer.cc (4187, 2009-02-05)
... ...

Software Construction Toolkit - a set of extensions for SCons This is the README.software_construction_toolkit file for the Software Construction Toolkit. You are likely reading this file in one of the following two situations: 1) You have downloaded Software Construction Toolkit from code.google.com and are examining the contents. 2) This file was included in some other software package so that the package could be built using Software Construction Toolkit. In this case, follow the instructions provided with the rest of the software package for how to use Software Construction Toolkit to build and/or install the software. LATEST VERSION ============== Before going further, you can check for the latest version of the Software Construction Toolkit, at its homepage on code.google.com: http://code.google.com/p/swtoolkit EXECUTION REQUIREMENTS ====================== Software Construction Toolkit requires: * Python 2.4 or later. o For example, from http://www.python.org o If on Windows, also need the pywin32 extensions (http://sourceforge.net/projects/pywin32/) o Software Construction Toolkit is not yet compatible with Python 3. * SCons 1.2 or later. o For example, from http://www.scons.org/download.php o A scons or scons-local install is required for building projects. o A scons-src install is required for developing Software Construction Toolkit. There should be no other direct dependencies or requirements to run the Software Construction Toolkit. INSTALLATION ============ Installation of this package is as simple as copying its directory tree to any directory. If you are using the hammer.bat or hammer.sh entry point, you also need to set up a SCONS_DIR environment variable to point to the directory containing SCons. * For a normal SCons install, this is the engine subdir. * For a scons-local install, this is the . subdir. * For a scons-src install, this is the src/engine subdir. * For a Windows install of SCons which used a .exe or .msi installer, SCons may be installed in a subdirectory of the Python directory. For example, C:\Python24\Lib\site-packages\scons-1.2.0. If you are modifying Software Construction Toolkit and need to run the unit tests, set up a SCONS_DEV_DIR environment variable to point to the directory containing the scons-src install. Once you have installed this package, you should write a main.scons file at the top level of your source tree to build your software. Then modify the build/install instructions for your package to instruct your users to execute Software Construction Toolkit by running hammer.bat or hammer.sh. CONTENTS OF THIS PACKAGE ======================== This package consists of the following: COPYING A copy of the copyright and terms under which Software Construction Toolkit is distributed (the BSD license). README.software_construction_toolkit What you're looking at right now. history.txt Change history for major releases. hammer.bat The entry point for Software Construction Toolkit on Windows. hammer.sh The entry point for Software Construction Toolkit on posix and unix- like systems, including Cygwin. wrapper.py A script called by hammer which does some additional setup and then calls SCons. site_scons/ Tools and modules for Software Construction Toolkit. samples/ Sample projects which demonstrate usage of the Software Construction Toolkit. bin/ Additional executables and utilities for developing the Software Construction Toolkit, including the test-runner. lib/ Additional libraries for developing the Software Construction Toolkit, including the test framework module. test/ Tests for Software Construction Toolkit. DOCUMENTATION ============= Documentation for the Software Construction Toolkit is available online at its homepage on code.google.com: http://code.google.com/p/swtoolkit LICENSING ========= Software Construction Toolkit is distributed under the BSD license, a full copy of which is available in the COPYING file in this package. REPORTING BUGS ============== You can report Software Construction Toolkit bugs by following the Issues link on the Software Construction Toolkit project page: http://code.google.com/p/swtoolkit/issues/list MAILING LISTS ============= A mailing list for users of Software Construction Toolkit is available. You may send questions or comments to the list at: swtoolkit@googlegroups.com You may subscribe to the mailing list at: http://groups.google.com/group/swtoolkit FOR MORE INFORMATION ==================== Check the Software Construction Toolkit web site at: http://code.google.com/p/swtoolkit AUTHOR INFO =========== Randall Spangler randall dot spangler at gmail dot com With plenty of help from the Software Construction Toolkit Development team: Brad Nelson Steven Knight Stephen Ng Greg Spencer

近期下载者

相关文件


收藏者