This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Getting bees working on Ubuntu 14.04. | |
Simply adding g++-4.9 still yields unsatisfied btrfs dependencies, so you'll have to build btrfs yourself too. | |
Building bees in docker on 16.04 yields unsatisfied GLIBCXX_3.4.20 and GLIBCXX_3.4.21 bindings on 14.04. I am | |
doubtful that bees will run in docker via a bind mount. So far looks like you need to rebuild / use a newer | |
btrfs too, that's the next step. The story so far: | |
cd /usr/src | |
git clone https://github.com/Zygo/bees.git --depth 1 | |
docker run -ti -v /usr/src/bees:/usr/src/bees ubuntu:14.04 |
NewerOlder