aboutsummarylogtreecommitdiffstats
path: root/blt4l.install
diff options
context:
space:
mode:
Diffstat (limited to 'blt4l.install')
-rw-r--r--blt4l.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/blt4l.install b/blt4l.install
new file mode 100644
index 000000000000..592193828891
--- /dev/null
+++ b/blt4l.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo "Your installation of blt4l is not yet done!
+You'll need to set launch options in Steam for Payday 2:
+LD_PRELOAD=\"\$LD_PRELOAD /usr/lib/blt4l/libblt_loader.so\" %command%
+And install the base Lua code, instructions here:
+https://github.com/blt4linux/blt4l"
+}