Skip to content
Data Technology edited this page May 10, 2019 · 2 revisions

Build and Run Tests

On Windows

Please use nmake to do the job

The following command will build the test project and run all tests nmake -f Makefile.win tests

The following command will build the lib file, nmake -f Makefile.win all

On Linux

Please use gc make to do the job

The following command will build the test project and run all tests make -f Makefile.lx testr

The following command will build the lib file, make -f Makefile.lx all

On FreeBSD

Please use pmake to do the job

The following command will build the test project and run all tests make -f Makefile.bsd test

The following command will build the lib file, make -f Makefile.bsd all

CMake

CMake is now supported in this project

Clone this wiki locally