Skip to content

Commit

Permalink
README updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
samkaufman committed Dec 1, 2023
1 parent e29529e commit 6749d4f
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,29 @@
# TES3MP MacOS Packaging
# TES3MP macOS Packages

This repository contains script which package TES3MP, an open-source multiplayer client
for the game Morrowind, for MacOS. It provides universal binaries compatible with both
Intel- and Apple Silicon-based Macs.

**Note:** While the client works fine on Apple Silicon- and Intel-based Macs,
*`tes3mp-server` runs well only on Intel-based Macs.
`tes3mp-server` runs well only on Intel-based Macs.

## Installation
## Installation & Running
To install, download the latest `.dmg` file from the GitHub Releases page. Open the file
and drag the `.app` to your Applications folder.

To run the client, just double-click the application.

The first time you run the application, you may need to right-click the `.app` and
select "Open" due to the app being unsigned. This process will prompt you to confirm
that you really want to open the application. After doing this once, you should be able
run the application normally.

### Server
To run the server on an Intel-based Mac, you'll need to open a terminal and run:
```bash
/Applications/TES3MP.app/Contents/MacOS/tes3mp-server
```

## Building from Source
To build from source, clone the repository and run `./build.sh` from the root of the
source directory on a MacOS machine.
Expand Down

0 comments on commit 6749d4f

Please sign in to comment.