get list of child nodes
This commit is contained in:
20
install-64-and-32-bit-linux.sh
Executable file
20
install-64-and-32-bit-linux.sh
Executable 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
|
||||
|
||||
Reference in New Issue
Block a user