To build it

UNISON_VERSION=2.51.2
echo "Install Unison." \
    && apt instal wget ocaml
    && pushd /tmp \
    && wget 
https://github.com/bcpierce00/unison/archive/v$UNISON_VERSION.tar.gz \
    && tar -xzvf v$UNISON_VERSION.tar.gz \
    && rm v$UNISON_VERSION.tar.gz \
    && pushd unison-$UNISON_VERSION \
    && make \
    && cp -t /usr/local/bin ./src/unison ./src/unison-fsmonitor \
    && popd \
    && rm -rf unison-$UNISON_VERSION \
    && popd

>From here
https://github.com/bcpierce00/unison/issues/208#issuecomment-513314514

** Bug watch added: github.com/bcpierce00/unison/issues #208
   https://github.com/bcpierce00/unison/issues/208

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1558737

Title:
  fsmonitor missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unison/+bug/1558737/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to