Commit d14acd8e by Alan Mishchenko

Fixing a typo.

parent 423d929d
......@@ -18,7 +18,7 @@ APIs of ABC compiled as a static library.
To build the demo program
* Copy demo.cc and libabc.a to the working directory
* Copy demo.c and libabc.a to the working directory
* Run `gcc -Wall -g -c demo.c -o demo.o`
* Run `g++ -g -o demo demo.o libabc.a -lm -ldl -lreadline -lpthread`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment