HLLib/sln/gcc
Ondřej Hošek ad62011f36 checkin pristine HLLib 2.4.2 2012-06-30 13:45:25 +02:00
..
readme checkin pristine HLLib 2.4.2 2012-06-30 13:45:25 +02:00

readme

============
Linux Setup:
============

#
# Run the following commands from the top most archive
# directory (where you extracted to):
#

# Build and install HLLib.
make -C HLLib -f Makefile install

# Update dynamic linker run time bindings.
ldconfig

# Build HLExtract.
gcc -O2 -g HLExtract/Main.c -o HLExtract/hlextract -lhl

# Install HLExtract.
cp HLExtract/hlextract /usr/local/bin