[Vortex] Build requirements / Python

Francis Brosnan Blazquez francis at aspl.es
Fri Jun 11 20:19:54 CEST 2010


Hi Robert,

Next axl/vortex release will include an alternative build system for
win32, based on mingw + plain makefiles. autoconf is....a headache on
windows.

For now, use preview version from:

[1] http://www.aspl.es/vortex/preview/public/axl-0.6.2.b4392.g4416.tar.gz
[2] http://www.aspl.es/vortex/preview/public/vortex-1.1.5.b4424.g4424.tar.gz

Download then and do:

>> tar xzvf axl-0.6.2.b4392.g4416.tar.gz
>> cd axl-0.6.2.b4392.g4416

CHECK top level Makefile.win for changes. In general there is nothing required. Then:

>> make -f Makefile.win build_axl

Once done, you'll find all dlls build using:
>> find ./ -name *.dll

Now for vortex:

>> tar xzvf vortex-1.1.5.b4424.g4424.tar.gz
>> cd vortex-1.1.5.b4424.g4424

CHECK  top level Makefile.win for changes. Here you'll have to provide
more values. Especially check AXL_BUILD_DIR which should point to the
build directory and the rest of variables which are required to build
SASL or TLS. Then:

>> make -f Makefile.win build_vortex_1_1

Once done, you'll find all dlls build using:
>> find ./ -name *.dll

I hope it allows you to build axl and vortex without too much problems. 
Cheers!
-- 
Francis Brosnan Blazquez <francis at aspl.es>
ASPL



More information about the Vortex mailing list