I was unable to build asl using .bat script shipped with library,
but direct using of bjam did the job.
\%PROJ_ROOT%
oost_libraries (put contents of archive_file/boost_1_45_0 here)
intel_tbb_libraries
platform_release (put contents of apl archive here)
adobe_source_libraries (put contents of asl/source_release archive here)
- In next step we need to fix %PROJ_ROOT%platform_releasejamroot.jam file project entry in next way:
project
: requirements
$(DARWIN_APL_REQUIREMENTS)
<include>. # we should add this line because compiler
# can't find include files during compiling tests
: default-build
<link>static
<threading>multi
<preserve-test-targets>on
: build-dir
$(TOP)/../built_artifacts
;
start Visual Studio Command Prompt
cd to %PROJ_ROOT%adobe_source_libraries and invoke bjam
cd to %PROJ_ROOT%platform_release and invoke bjam
Done ! )
P.S. I have Visual C++ 2010 Express, but I think that this guide should work for VS2008 too.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…