Commit b0cbf50e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

We need more memory to build the library - added 1GB swap

parent c1175621
all: all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
tar xf wt-4.0.5.tar.gz tar xf wt-4.0.5.tar.gz
mkdir wt-4.0.5/build mkdir wt-4.0.5/build
cd wt-4.0.5/build && cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr ../ cd wt-4.0.5/build && cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr ../
$(MAKE) -C wt-4.0.5/build $(MAKE) -C wt-4.0.5/build
$(MAKE) -C wt-4.0.5/build install $(MAKE) -C wt-4.0.5/build install
rm -rf wt-4.0.5 rm -rf wt-4.0.5
swapoff swap
rm -rf swap
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment