From 2c91377dff9c8f02563825b96da016944f609452 Mon Sep 17 00:00:00 2001 From: Philipp Klaus Date: Tue, 23 May 2017 11:29:49 +0200 Subject: [PATCH] C unpacker: compilation note in README --- normalmode/c_standalone/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 -- 2.43.0