Skip to content

Commit 10ae65d

Browse files
committed
Modernize the README
1 parent 469fb5a commit 10ae65d

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# BNCSUtil
2+
## Preface
3+
**BNCSUtil** is the **B**attle.**N**et **C**hat **S**ervice **Util**ity which
4+
aids applications trying to logon to Battle.net™ v1 using the binary
5+
protocol. Specifically, BNCSUtil has functions that help with the cryptography
6+
of game versions, keys, and passwords.
27

3-
## How to Compile
8+
## Installing
9+
Simply place the .so or .dll file in the same directory as the application that
10+
wishes to use it. If this does not work, install the file into the system
11+
library directory.
412

13+
On Windows, this directory is:
14+
```
15+
C:\Windows\System32
16+
```
17+
18+
On Linux, this directory is:
19+
```
20+
/usr/lib/
21+
```
22+
23+
## Building
524
### Windows
625
The official build of BNCSUtil for Windows is produced using Visual Studio 2005
726
using the solution file in the `vc8_build` folder. The `vc7_build` is no longer
@@ -23,4 +42,4 @@ following to (re)generate the configure script:
2342
autoreconf -if
2443
```
2544

26-
Note that to use autoreconf you will need to have GNU autotools installed.
45+
Note that to use `autoreconf` you will need to have GNU `autotools` installed.

0 commit comments

Comments
 (0)