Skip to content

Commit

Permalink
* Upgrade to libcluon v0.0.89
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berger <christian.berger@gu.se>
  • Loading branch information
chrberger committed May 8, 2018
1 parent 1db6aeb commit c28b101
Show file tree
Hide file tree
Showing 3 changed files with 1,441 additions and 321 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(cluon-rec2fuse)

################################################################################
# Defining libcluon.
set(CLUON_COMPLETE cluon-complete-v0.0.70.hpp)
set(CLUON_COMPLETE cluon-complete-v0.0.89.hpp)

################################################################################
# This project requires C++14 or newer.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docker run --rm -ti -v $PWD/myrecording.rec:/opt/input.rec \
--device=/dev/fuse \
-v /etc/passwd:/etc/passwd:ro \
-v /etc/group:/etc/group \
chrberger/cluon-rec2fuse-amd64:v0.0.70 \
chrberger/cluon-rec2fuse-amd64:v0.0.89 \
/bin/sh -c "chown $UID:$UID /opt/output && \
su -s /bin/sh $USER -c 'cluon-rec2fuse --rec=/opt/input.rec --odvd=/opt/odvd -f /opt/output' \
&& tail -f /dev/null"
Expand Down
Loading

0 comments on commit c28b101

Please sign in to comment.