chore(docs): clarify various points in README

This commit is contained in:
fallenoak 2023-01-06 12:48:09 -06:00
parent 84d44014f5
commit 16ef6df00f
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -1,14 +1,14 @@
# Whoa
Welcome to Whoa, a reimplementation of World of Warcraft 3.3.5a (build 12340) in C++11.
Welcome to Whoa, an unofficial open source implementation of the World of Warcraft 3.3.5a (build 12340) game client in C++11.
## Supported Platforms
Currently, macOS 10.14+ is supported, including recent versions of macOS on M1 processors. Support for Linux is in progress. Support for Windows is coming soon™.
Currently, macOS 10.14+ is supported, including recent versions of macOS on M1 processors. Support for Windows and Linux is in progress.
## Building
To build, ensure you have a recent version of CMake installed, and run the following from the `whoa` directory:
To build, ensure you have installed a recent version of CMake and an appropriate C++ build environment, and run the following from the `whoa` directory:
```
mkdir build && cd build
@ -16,7 +16,7 @@ cmake ..
make install
```
Assuming all went well, you should see a `dist/bin` directory appear in the `build` directory. The `bin` directory will contain a `whoa` executable.
Assuming all went well, you should see a `dist/bin` directory appear in the `build` directory. The `dist/bin` directory will contain a `Whoa` executable.
## Running
@ -38,7 +38,7 @@ The game and its libraries have become significantly more complex in the interve
**Can I use this in my own development projects?**
It's probably a bad idea. The game is closed source, and this project is in no way official.
It's probably a bad idea. The original game is closed source, and this project is in no way official.
## Legal