get list of child nodes

This commit is contained in:
Marc Wäckerlin
2009-04-06 14:57:27 +00:00
parent 38e1b60ef1
commit 29997999d6
3 changed files with 30 additions and 8 deletions

20
install-64-and-32-bit-linux.sh Executable file
View File

@@ -0,0 +1,20 @@
./bootstrap.sh && \
./configure && \
make && \
sudo make install && \
make clean && \
LDFLAGS="-L/usr/lib32 -m32" CXXFLAGS="-m32" ./configure \
--libdir=/usr/local/lib32 \
--build=x86_64 \
--host=i386 && \
make && \
sudo make install && \
make clean && \
./configure \
--prefix=/opt/local/i586-mingw32msvc \
--build=x86_64 \
--host=i586-mingw32msvc && \
make && \
sudo make install && \
make clean