From: Philipp Klaus Date: Tue, 23 May 2017 09:29:49 +0000 (+0200) Subject: C unpacker: compilation note in README X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=2c91377dff9c8f02563825b96da016944f609452;p=mvd_soft.git C unpacker: compilation note in README --- diff --git a/normalmode/c_standalone/README.md b/normalmode/c_standalone/README.md index f01a410..ffc9413 100644 --- a/normalmode/c_standalone/README.md +++ b/normalmode/c_standalone/README.md @@ -4,6 +4,18 @@ This is an unpacker for HLD files written in plain C. It is fast and versatile. +### Compiling + +Run the following command to compile the *count_events* unpacker: + + make -f Makefile.count_events clean + make -f Makefile.count_events + +Run the following command to compile the *extract_info* unpacker: + + make -f Makefile.extract_info clean + make -f Makefile.extract_info + #### Programming Conventions * Use tabs to indent