Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 419 Bytes

HLDemo

This is a library for reading and writing GoldSource demo files.

#Building ####Windows

  • Create a build directory along the src directory.
  • Run cmake .. from the build directory.
  • Compile the ALL_BUILD project from the generated VS solution.

####Linux

  • Create a build directory along the src directory.
  • Run cmake .. from the build directory.
  • Run make from the build directory.