HLLib/sln/gcc/readme

20 lines
406 B
Plaintext
Raw Permalink Normal View History

2012-06-30 04:45:25 -07:00
============
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