[xsd-users] latest xsd+dep

Timur Gamerov timur.gamerov at gmail.com
Fri Feb 28 14:51:59 EST 2014


Would anybody tell me how to cook xsd+dep from git repository?

My way to build XSD from git:
git clone git://scm.codesynthesis.com/build/build.git
git clone git://scm.codesynthesis.com/libcutl/libcutl.git
git clone git://scm.codesynthesis.com/libxsd-frontend/libxsd-frontend.git
git clone git://scm.codesynthesis.com/cli/cli.git
git clone git://scm.codesynthesis.com/xsd/xsd.git
mkdir x86_64-pc-linux-gnu
cd x86_64-pc-linux-gnu/
make verbose=1 install_prefix=. -f ../build/makefile -j4 install
export MAKEFLAGS="-I include" ; make verbose=1 install_prefix=../the-xsd 
-f ../xsd/makefile -j4 install

Then input paths like ../libcutl, /home/timur/toolbuild/xerces-c-3.1.1, 
../cli, ../libxsd-frontend repeatly

Is that good way to build the xsd? How to use xsd+dep from git?

-- 

Timur Gamerov



More information about the xsd-users mailing list