From 0697bcd8a22e2f661b59c20ac92280296b25dbb0 Mon Sep 17 00:00:00 2001 From: Matthieu Grieger Date: Mon, 18 May 2015 18:33:11 -0700 Subject: [PATCH] Add new troubleshooting solution --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 31dedbb..c9b25c8 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,12 @@ Unfortunately MumbleDJ likely will not work with `gccgo`. MumbleDJ is developed Don't worry about it. The compilation went through successfully, OpenAL is not needed by the bot. +**I receive the following message when building MumbleDJ: "cannot create /go.o: No such file or directory"** + +Execute the following before building: + +```export TMPDIR=/tmp``` + ## AUTHOR [Matthieu Grieger](http://matthieugrieger.com)