Skip to content

Commit

Permalink
update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcook committed Jul 30, 2022
1 parent 8d8d1c7 commit 2c71512
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Tracking all changes since the 5.6.0 release.

## HEAD

* Fix out-of-bounds compile error in `/src/game_save.cpp` (Line 810).


## 5.7.15 (2021-06-02)
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ this classic roguelike game.

## Notes on Compiling Umoria

At present Umoria has been tested against GCC `8.x`, and `9.3`, with
`ncurses 6.x`, although recent earlier versions should also work fine.
Umoria has been tested against GCC (`10` and `11`) and with `ncurses 6.x`,
although recent earlier versions should also work fine.

You will need these as well as `CMake` and the C++ build tools for your system.

Expand All @@ -57,15 +57,12 @@ You will need these as well as `CMake` and the C++ build tools for your system.
Change to the `umoria` game directory and enter the following commands at the
terminal:

$ cmake .
$ make

To perform an out-of-source build, type the following:

$ mkdir build && cd build
$ cmake ..
$ make

NOTE: use `make -j $(nproc)` to speed up compilation on Linux.

An `umoria` directory will be created in the current directory containing the
game binary and data files, which can then be moved to any other location, such
as the `home` directory.
Expand Down

0 comments on commit 2c71512

Please sign in to comment.