Skip to content

Commit

Permalink
Added build instrucitons to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
visrealm committed Sep 3, 2023
1 parent 219b666 commit 9b4f460
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,38 @@ The goal is to emulate all documented modes listed in the [TMS9918A/TMS9928A/TMS
#### Multicolor Mode Demo
<img src="res/mcdemo.gif" alt="Multicolor Mode Demo" width="1279px">

## Building

vrEmuTms9918 uses the CMake build system

#### Checkout repository

```
git clone https://github.com/visrealm/vrEmuTms9918.git
cd vrEmuTms9918
```

#### Setup build

```
mkdir build
cd build
cmake ..
```

#### Build

```
cmake --build .
```
Windows: Optionally, open the generated solution file

#### Run tests
```
ctest
```
Windows: Optionally, build the ALL_TESTS project in the generated solution file

## Quick start

```c
Expand Down

0 comments on commit 9b4f460

Please sign in to comment.