Skip to content

Commit

Permalink
Update documentation and remove Perl test scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillof committed Jan 17, 2024
1 parent d3bdfc9 commit 1a65b21
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 2,461 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,3 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(srcdir ${CMAKE_CURRENT_SOURCE_DIR}/regress)
set(abs_srcdir ${CMAKE_CURRENT_SOURCE_DIR}/regress)
set(top_builddir ${CMAKE_BINARY_DIR})

configure_file(regress/runtest.in ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/runtest @ONLY)
file(COPY ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/runtest
DESTINATION ${CMAKE_BINARY_DIR}/regress
FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE
)
4 changes: 1 addition & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
ckmame is written in C++17 and uses [cmake](https://cmake.org) to build.

For running the tests, you need to have [perl](https://www.perl.org).

To use ckmame, you need
- [zlib](http://www.zlib.net/) (at least version 1.1.2)
- [libzip](https://libzip.org/) (at least version 1.8.0)
- [SQLite3](https://www.sqlite.org/)
- optionally [libxml2](http://xmlsoft.org/) (for M.A.M.E. -listxml and detectors)
- optionally [libarchive](https://www.libarchive.org/) (for reading from 7z archives)

For running the test suite, you also need to install [perl](https://www.perl.org/).
For running the tests, you need to have [nihtest](https://nih.at/nihtest/) and [Python](https://python.org).

The basic usage is
```sh
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
X.X (XXXX-XX-XX)
================

* Add '--report-changes' to show changes between last and current run.
* Add `--report-changes` to show changes between last and current run.
* Add `--delete-unknown-pattern` to remove unknown files matching a pattern.
* Switch to nihtest.

2.0 (2022-05-31)
=================
Expand Down
Loading

0 comments on commit 1a65b21

Please sign in to comment.