Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 234 Bytes

libflex

To build, create a new file named config.local contaning

CONFIGPATH	=	<full path to the current directory>

To build on macOS

make OSTYPE=darwin MACHTYPE=x86_64

To build on Linux

make OSTYPE=linux MACHTYPE=x86_64