git @ Cat's Eye Technologies OpenZz / 9089664
Bump version officially to 1.0.4-4ce1. Cat's Eye Technologies 11 years ago
2 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
0 This is a fork of the original OpenZz distribution. The original README
1 follows after the first line of equals signs in this file.
0 This is OpenZz 1.0.4-4ce1, a fork of the original OpenZz distribution
1 based on version 1.0.4-4. The original README can be found below, following
2 the first line of equals signs in this file.
23
34 This fork was made because development on OpenZz was stalled, I have a
45 project which requires it ( http://catseye.tc/node/Zzrk.html ), and I
1213
1314 So, I added a simple script `build.sh` to build the `ozz` executable
1415 directly, without messing around with libraries or anything. It works
15 on Ubuntu, and will (I'm sure) work on other flavours of Linux with only
16 minor modifications.
16 on Ubuntu and NetBSD, and will (I'm sure) work on other flavours of Linux
17 and other BSDs with only minor modifications.
1718
1819 Running `build.sh` is recommended. Run `autogen.sh` and `configure` at
1920 your own risk.
5353
5454 OBJECTS=""
5555 for SOURCE in $SOURCES; do
56 gcc -DVERSION='"1.0.4"' $DREADLINE -c $SOURCE.c -o $SOURCE.o || exit 1
56 gcc -DVERSION='"1.0.4-4ce1"' $DREADLINE -c $SOURCE.c -o $SOURCE.o || exit 1
5757 OBJECTS="$OBJECTS $SOURCE.o"
5858 done
5959