modified readme for stack implementation

This commit is contained in:
AJ ONeal 2011-08-15 13:00:01 -06:00
parent 630b6ffdf5
commit cb4b8e64c4
1 changed files with 10 additions and 2 deletions

View File

@ -23,9 +23,17 @@ The storage strategy may
The implementation must pass the following test suite `queue-test.c`
tar xf stack.tar.gz ~/
tar xf stack.tar.gz -C ~/
cd ~/stack
mkdir build
mkdir -p build
cd build
cmake ../
make
./stack-test
Prep
===
rm -rf stack/stack.c
touch stack/stack.c
tar czf stack.tar.gz stack/