1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-07 00:10:43 +00:00

Introductory notes for OS X (#760)

This commit is contained in:
Josh Jordan 2020-10-07 16:16:31 -04:00 committed by GitHub
parent d78175b7b4
commit 2e42fcee15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 21 additions and 16 deletions

View File

@ -92,6 +92,10 @@ dep_install(){
elif [ "$distribution" = "OpenSUSE" ] || [ "$distribution" = "SUSE" ]; then
sudo zypper install -y libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel Mesa-libGL-devel alsa-lib-devel libXi-devel > /dev/null 2>&1
elif [[ "$OSTYPE" == "darwin"* ]]; then
# are there dependencies required? did I just have all of them already?
echo "Mac OS detected, no dependency installation necessary..."
fi
}
@ -108,4 +112,5 @@ fi
echo "Build OpenDiablo 2"
go get -d
go build
echo "Build finished. Please edit config.json before running OpenDiablo2"
echo "Build finished. Running OpenDiablo2 will generate a config.json file."
echo "If there are subsequent errors, please inspect and edit the config.json file. See doc/index.html for more details"

View File

@ -53,7 +53,7 @@
<hr />
<h2 id="config">Configuration</h2>
<div class="paragraph">
<span>There is a configuration file (config.json) that should be located in the root folder. The following table describes the different options and what they mean.</span>
<span>There is a configuration file (config.json) whose location depends on your operating system. It will be generated when OpenDiablo2 is run and the output will show the file location for editing. The following table describes the different options and what they mean.</span>
<table>
<thead>
<tr>