Commit c689e8e7 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated wd to 4.3.1

parent b0cbf50e
...@@ -4,12 +4,12 @@ all: ...@@ -4,12 +4,12 @@ all:
mkswap swap mkswap swap
swapon swap swapon swap
tar xf wt-4.0.5.tar.gz tar xf wt-4.3.1.tar.gz
mkdir wt-4.0.5/build mkdir wt-4.3.1/build
cd wt-4.0.5/build && cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr ../ cd wt-4.3.1/build && cmake -DBUILD_SHARED_LIBS=1 -DCMAKE_INSTALL_PREFIX=/usr ../
$(MAKE) -C wt-4.0.5/build $(MAKE) -C wt-4.3.1/build
$(MAKE) -C wt-4.0.5/build install $(MAKE) -C wt-4.3.1/build install
rm -rf wt-4.0.5 rm -rf wt-4.3.1
swapoff swap swapoff swap
rm -rf 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