mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-01-12 12:26:31 -05:00
Introductory notes for OS X (#760)
This commit is contained in:
parent
d78175b7b4
commit
2e42fcee15
7
build.sh
7
build.sh
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user