summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 8303e06e..c7a6816d 100644
--- a/readme.md
+++ b/readme.md
@@ -5,9 +5,7 @@ ABC is always changing but the current snapshot is believed to be stable.
## Compiling:
To compile ABC as a binary, download and unzip the code, then type `make`.
-
-To compile ABC as a static library, comment out `#define ABC_LIB` in file
-"src/base/main/main.c", then type `make libabc.a`.
+To compile ABC as a static library, type `make libabc.a`.
When ABC is used as a static library, two additional procedures, `Abc_Start()`
and `Abc_Stop()`, are provided for starting and quitting the ABC framework in